Skip to content

Commit

Permalink
ata: ahci_octeon: Remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Damien Le Moal committed Jun 23, 2023
1 parent 0013455 commit b3f993c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/ahci_octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/of_platform.h>

#include <asm/octeon/octeon.h>
#include <asm/bitfield.h>

#define CVMX_SATA_UCTL_SHIM_CFG 0xE8

Expand Down

0 comments on commit b3f993c

Please sign in to comment.