summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-06-28 12:39:05 +0200
committerShawn Guo <shawn.guo@linaro.org>2012-06-29 08:57:20 +0800
commitf1cefa855f6e7d10dd49724ede771b8f0c2a90e7 (patch)
tree14a6362db8b3fa6c2f4549f9e25cc9a997f8f5fb /arch/arm/mach-mxs
parentcfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff)
downloadlinux-3.10-f1cefa855f6e7d10dd49724ede771b8f0c2a90e7.tar.gz
linux-3.10-f1cefa855f6e7d10dd49724ede771b8f0c2a90e7.tar.bz2
linux-3.10-f1cefa855f6e7d10dd49724ede771b8f0c2a90e7.zip
ARM: mxs/tx28: fix odd include
arch/arm/mach-mxs/module-tx28.c includes "../devices-mx28.h". That's a bit odd, because that header can be found in the same directory. This only works because arch/arm/mach-mxs/include should be in the header search path for this file. Nevertheless, this file can simply include "device-mx28.h" (just as the four other files including that header do). Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r--arch/arm/mach-mxs/module-tx28.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.c b/arch/arm/mach-mxs/module-tx28.c
index 9a7b08b2a92..0f71f82101c 100644
--- a/arch/arm/mach-mxs/module-tx28.c
+++ b/arch/arm/mach-mxs/module-tx28.c
@@ -11,7 +11,7 @@
#include <linux/gpio.h>
#include <mach/iomux-mx28.h>
-#include "../devices-mx28.h"
+#include "devices-mx28.h"
#include "module-tx28.h"