ata: ahci_octeon: Remove unnecessary include
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 15 Jun 2023 00:51:46 +0000 (09:51 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Fri, 23 Jun 2023 00:33:53 +0000 (09:33 +0900)
commitb3f993c7e7a29d1e119c3d8ec6cdeeaae25afba7
treefd9aac099684200d95374a451b8e22edf96682a9
parent00134556058c2c262b9d1cac25b73727f87f46f5
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>
drivers/ata/ahci_octeon.c