Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 728f0bbd authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk
Browse files

Remove useless FIND_FIRST_BIT() macro from cardbus.c.



Delete the definition of the unused FIND_FIRST_BIT() macro.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 405ae7d3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */