[ARM] mxc: add missing include

include devices.h from devices.c to avoid inconsistencies and to fix
sparse warnings

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-01-29 16:00:23 +01:00
parent 2420563227
commit 87bbb19721
2 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,8 @@
#include <mach/irqs.h>
#include <mach/hardware.h>
#include "devices.h"
static struct resource imx_csi_resources[] = {
[0] = {
.start = 0x00224000,

View file

@ -25,6 +25,8 @@
#include <mach/irqs.h>
#include <mach/imx-uart.h>
#include "devices.h"
static struct resource uart0[] = {
{
.start = UART1_BASE_ADDR,