[media] drxd_hard: remove unused SIZEOF_ARRAY
authorChristoph Jaeger <[email protected]>
Mon, 30 Sep 2013 16:13:12 +0000 (13:13 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 2 Oct 2013 09:48:14 +0000 (06:48 -0300)
SIZEOF_ARRAY is not used (anymore). Besides, ARRAY_SIZE, defined in
include/linux/kernel.h, should be used rather than explicitly coding some
variant of it.

Signed-off-by: Christoph Jaeger <[email protected]>
Reviewed-by: Sakari Ailus <[email protected]>
Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb-frontends/drxd_hard.c

index 9a2134792cfae676d29a02e57acdc58d7c2d34de..cbd7c921a62890a5bc8745405c825e0cb5239bd8 100644 (file)
 #define DRX_I2C_MODEFLAGS     0xC0
 #define DRX_I2C_FLAGS         0xF0
 
-#ifndef SIZEOF_ARRAY
-#define SIZEOF_ARRAY(array) (sizeof((array))/sizeof((array)[0]))
-#endif
-
 #define DEFAULT_LOCK_TIMEOUT    1100
 
 #define DRX_CHANNEL_AUTO 0