1
0
Fork 0

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>
hifive-unleashed-5.1
Robert P. J. Day 2007-02-17 19:16:31 +01:00 committed by Adrian Bunk
parent 405ae7d381
commit 728f0bbd68
1 changed files with 0 additions and 2 deletions

View File

@ -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 */