diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-01-18 23:48:44 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-01-19 11:15:42 (GMT) |
commit | 3a3a8cf51df49e61dce7e623fb2bcc1a9e560efe (patch) | |
tree | 1bd1f9da318b0239da9baf7aeb93ddd57ea14295 /drivers/ata | |
parent | ecd75ad514d73efc1bbcc5f10a13566c3ace5f53 (diff) | |
download | linux-3a3a8cf51df49e61dce7e623fb2bcc1a9e560efe.tar.xz |
sata-highbank: Remove unnecessary ahci_platform.h include
The sata-highbank driver is a complete standalone sata driver, which does
not use ahci_platform.c / ahci_platform_data in any way.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_highbank.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c index ea3b3dc..870b11e 100644 --- a/drivers/ata/sata_highbank.c +++ b/drivers/ata/sata_highbank.c @@ -29,7 +29,6 @@ #include <linux/of_address.h> #include <linux/platform_device.h> #include <linux/libata.h> -#include <linux/ahci_platform.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/export.h> |