linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] wl128x: Remove unused NO_OF_ENTRIES_IN_ARRAY macro.
@ 2011-04-03 22:50 Thiago Farina
  0 siblings, 0 replies; only message in thread
From: Thiago Farina @ 2011-04-03 22:50 UTC (permalink / raw)
  To: linux-next; +Cc: open list:MEDIA INPUT INFRA..., open list

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
---
 drivers/media/radio/wl128x/fmdrv.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/media/radio/wl128x/fmdrv.h b/drivers/media/radio/wl128x/fmdrv.h
index 5db6fd1..1a45a5d 100644
--- a/drivers/media/radio/wl128x/fmdrv.h
+++ b/drivers/media/radio/wl128x/fmdrv.h
@@ -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, ...) \
-- 
1.7.3.2.343.g7d43d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-03 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-03 22:50 [PATCH 1/1] wl128x: Remove unused NO_OF_ENTRIES_IN_ARRAY macro Thiago Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).