projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405ae7d
)
Remove useless FIND_FIRST_BIT() macro from cardbus.c.
author
Robert P. J. Day
<rpjday@mindspring.com>
Sat, 17 Feb 2007 18:16:31 +0000
(19:16 +0100)
committer
Adrian Bunk
<bunk@stusta.de>
Sat, 17 Feb 2007 18:16:31 +0000
(19:16 +0100)
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>
drivers/pcmcia/cardbus.c
patch
|
blob
|
history
diff --git
a/drivers/pcmcia/cardbus.c
b/drivers/pcmcia/cardbus.c
index 2d7effe7990d9c67136a44617e31bed2290a7026..a1bd763b4e336e94b277a6fe650adf2107044807 100644
(file)
--- 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 */