summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_samsung_cf.c
diff options
context:
space:
mode:
authorSachin Kamat2013-12-31 06:29:13 +0100
committerTejun Heo2013-12-31 12:32:05 +0100
commit96f7f6bd855cc47988e3efb1efc4926404ae6f60 (patch)
tree18a4a3de6c834d748c998865bb98bcc25a460351 /drivers/ata/pata_samsung_cf.c
parentdrivers: ata: Mark the function as static in libahci.c (diff)
downloadkernel-qcow2-linux-96f7f6bd855cc47988e3efb1efc4926404ae6f60.tar.gz
kernel-qcow2-linux-96f7f6bd855cc47988e3efb1efc4926404ae6f60.tar.xz
kernel-qcow2-linux-96f7f6bd855cc47988e3efb1efc4926404ae6f60.zip
ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ata
plat/regs-ata.h is used only by Samsung PATA driver. Move this file to the drivers folder to remove platform dependency required for multiplatform support. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/pata_samsung_cf.c')
-rw-r--r--drivers/ata/pata_samsung_cf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_samsung_cf.c b/drivers/ata/pata_samsung_cf.c
index 898e544a7ae8..e04d70b7ce76 100644
--- a/drivers/ata/pata_samsung_cf.c
+++ b/drivers/ata/pata_samsung_cf.c
@@ -24,7 +24,7 @@
#include <linux/slab.h>
#include <linux/platform_data/ata-samsung_cf.h>
-#include <plat/regs-ata.h>
+#include "pata_samsung_cf.h"
#define DRV_NAME "pata_samsung_cf"
#define DRV_VERSION "0.1"