Blob Blame History Raw
From: Damien Le Moal <dlemoal@kernel.org>
Date: Thu, 15 Jun 2023 09:51:46 +0900
Subject: [PATCH] ata: ahci_octeon: Remove unnecessary include
Git-commit: b3f993c7e7a29d1e119c3d8ec6cdeeaae25afba7
Patch-mainline: v6.5-rc1
References: bsc#1216436

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>
Acked-by: Hannes Reinecke <hare@suse.com>
---
 drivers/ata/ahci_octeon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ata/ahci_octeon.c b/drivers/ata/ahci_octeon.c
index 5021ab3ede49..e89807fa928e 100644
--- a/drivers/ata/ahci_octeon.c
+++ b/drivers/ata/ahci_octeon.c
@@ -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
 
-- 
2.35.3