Skip to content

Commit b3f993c

Browse files
committed
ata: ahci_octeon: Remove unnecessary include
asm/octeon/octeon.h already includes asm/bitfield.h, so there is no need to include this latter file in ahci_octeon.c as the code does not directly use the __BITFIELD_FIELD macro defined in it. Signed-off-by: Damien Le Moal <[email protected]>
1 parent 0013455 commit b3f993c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/ata/ahci_octeon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/of_platform.h>
1717

1818
#include <asm/octeon/octeon.h>
19-
#include <asm/bitfield.h>
2019

2120
#define CVMX_SATA_UCTL_SHIM_CFG 0xE8
2221

0 commit comments

Comments
 (0)