Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <dlemoal@kernel.org>

-1
-1
drivers/ata/ahci_octeon.c
··· 16 16 #include <linux/of_platform.h> 17 17 18 18 #include <asm/octeon/octeon.h> 19 - #include <asm/bitfield.h> 20 19 21 20 #define CVMX_SATA_UCTL_SHIM_CFG 0xE8 22 21