aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-17 19:16:31 +0100
committerAdrian Bunk <bunk@stusta.de>2007-02-17 19:16:31 +0100
commit728f0bbd68e98d6a5d6a17aece000d9a3e24f075 (patch)
tree1ff2bc1262f65cf5986d2bf8a64d46a594b304bf
parentReplace remaining references to "driverfs" with "sysfs". (diff)
downloadlinux-dev-728f0bbd68e98d6a5d6a17aece000d9a3e24f075.tar.xz
linux-dev-728f0bbd68e98d6a5d6a17aece000d9a3e24f075.zip
Remove useless FIND_FIRST_BIT() macro from cardbus.c.
Delete the definition of the unused FIND_FIRST_BIT() macro. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r--drivers/pcmcia/cardbus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pcmcia/cardbus.c b/drivers/pcmcia/cardbus.c
index 2d7effe7990d..a1bd763b4e33 100644
--- a/drivers/pcmcia/cardbus.c
+++ b/drivers/pcmcia/cardbus.c
@@ -40,8 +40,6 @@
/*====================================================================*/
-#define FIND_FIRST_BIT(n) ((n) - ((n) & ((n)-1)))
-
/* Offsets in the Expansion ROM Image Header */
#define ROM_SIGNATURE 0x0000 /* 2 bytes */
#define ROM_DATA_PTR 0x0018 /* 2 bytes */