projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/drivers/ata/sata_highbank.c
b/drivers/ata/sata_highbank.c
index ea3b3dc10f33ea1b0cb79cefd87d90777cdc3bdd..870b11eadc6d793d3abcebdcc6bb72c4cc326f45 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>