mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
[media] wl128x: Remove unused NO_OF_ENTRIES_IN_ARRAY macro
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
eb02d8571b
commit
b01ff50035
@ -55,8 +55,6 @@
|
||||
#define FM_DRV_TX_TIMEOUT (5*HZ) /* 5 seconds */
|
||||
#define FM_DRV_RX_SEEK_TIMEOUT (20*HZ) /* 20 seconds */
|
||||
|
||||
#define NO_OF_ENTRIES_IN_ARRAY(array) (sizeof(array) / sizeof(array[0]))
|
||||
|
||||
#define fmerr(format, ...) \
|
||||
printk(KERN_ERR "fmdrv: " format, ## __VA_ARGS__)
|
||||
#define fmwarn(format, ...) \
|
||||
|
Loading…
Reference in New Issue
Block a user