commit | f1cefa855f6e7d10dd49724ede771b8f0c2a90e7 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Thu Jun 28 12:39:05 2012 +0200 |
committer | Shawn Guo <shawn.guo@linaro.org> | Fri Jun 29 08:57:20 2012 +0800 |
tree | 14a6362db8b3fa6c2f4549f9e25cc9a997f8f5fb | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 [diff] |
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>