mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:01:14 +07:00
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>
This commit is contained in:
parent
405ae7d381
commit
728f0bbd68
@ -40,8 +40,6 @@
|
|||||||
|
|
||||||
/*====================================================================*/
|
/*====================================================================*/
|
||||||
|
|
||||||
#define FIND_FIRST_BIT(n) ((n) - ((n) & ((n)-1)))
|
|
||||||
|
|
||||||
/* Offsets in the Expansion ROM Image Header */
|
/* Offsets in the Expansion ROM Image Header */
|
||||||
#define ROM_SIGNATURE 0x0000 /* 2 bytes */
|
#define ROM_SIGNATURE 0x0000 /* 2 bytes */
|
||||||
#define ROM_DATA_PTR 0x0018 /* 2 bytes */
|
#define ROM_DATA_PTR 0x0018 /* 2 bytes */
|
||||||
|
Loading…
Reference in New Issue
Block a user