Skip to content

Commit

Permalink
Remove useless FIND_FIRST_BIT() macro from cardbus.c.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Feb 17, 2007
1 parent 405ae7d commit 728f0bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pcmcia/cardbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 728f0bb

Please sign in to comment.