OSDN Git Service

ARM: mxs/tx28: fix odd include
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 28 Jun 2012 10:39:05 +0000 (12:39 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 29 Jun 2012 00:57:20 +0000 (08:57 +0800)
commitf1cefa855f6e7d10dd49724ede771b8f0c2a90e7
tree14a6362db8b3fa6c2f4549f9e25cc9a997f8f5fb
parentcfaf025112d3856637ff34a767ef785ef5cf2ca9
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>
arch/arm/mach-mxs/module-tx28.c