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>
This commit is contained in:
Paul Bolle 2012-06-28 12:39:05 +02:00 committed by Shawn Guo
parent cfaf025112
commit f1cefa855f
1 changed files with 1 additions and 1 deletions

View File

@ -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"