projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd75ad
)
sata-highbank: Remove unnecessary ahci_platform.h include
author
Hans de Goede
<hdegoede@redhat.com>
Sat, 18 Jan 2014 23:48:44 +0000
(
00:48
+0100)
committer
Tejun Heo
<tj@kernel.org>
Sun, 19 Jan 2014 11:15:42 +0000
(06:15 -0500)
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>
drivers/ata/sata_highbank.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_highbank.c
b/drivers/ata/sata_highbank.c
index
ea3b3dc
..
870b11e
100644
(file)
--- 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>