summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-03-07 00:00:25 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-11 08:11:18 +0100
commite38ddc727264e814c2fbe625f6f2d7953312324e (patch)
tree93ca51598e9f823de00df2156aa9766eaaa77941 /drivers/ata/ahci.c
parentd13bf27a74dcdbfeeeaceea8702d83715c9cc90d (diff)
downloadbarebox-e38ddc727264e814c2fbe625f6f2d7953312324e.tar.gz
barebox-e38ddc727264e814c2fbe625f6f2d7953312324e.tar.xz
ata: ahci: Do not include <scsi.h>
No symbols found in <scsi.h> are used in this file. Drop it. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r--drivers/ata/ahci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index b416105970..e6723a337c 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -27,7 +27,6 @@
#include <io.h>
#include <of.h>
#include <malloc.h>
-#include <scsi.h>
#include <linux/ctype.h>
#include <linux/err.h>
#include <disks.h>