mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
ipw2x00: remove unused function libipw_ratelimit_debug.
Looks like no one uses it. Signed-off-by: Stanislav Yakovlev <stas.yakovlev@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
fd6562344d
commit
6e6ae9ddf0
@ -66,16 +66,8 @@ extern u32 libipw_debug_level;
|
||||
do { if (libipw_debug_level & (level)) \
|
||||
printk(KERN_DEBUG "libipw: %c %s " fmt, \
|
||||
in_interrupt() ? 'I' : 'U', __func__ , ## args); } while (0)
|
||||
static inline bool libipw_ratelimit_debug(u32 level)
|
||||
{
|
||||
return (libipw_debug_level & level) && net_ratelimit();
|
||||
}
|
||||
#else
|
||||
#define LIBIPW_DEBUG(level, fmt, args...) do {} while (0)
|
||||
static inline bool libipw_ratelimit_debug(u32 level)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif /* CONFIG_LIBIPW_DEBUG */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user