Skip to content

Commit

Permalink
[media] wl128x: Remove unused NO_OF_ENTRIES_IN_ARRAY macro
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Thiago Farina authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent eb02d85 commit b01ff50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/radio/wl128x/fmdrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...) \
Expand Down

0 comments on commit b01ff50

Please sign in to comment.