Commit 87bbb197 authored by Sascha Hauer's avatar Sascha Hauer

[ARM] mxc: add missing include

include devices.h from devices.c to avoid inconsistencies and to fix
sparse warnings
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 24205632
......@@ -26,6 +26,8 @@
#include <mach/irqs.h>
#include <mach/hardware.h>
#include "devices.h"
static struct resource imx_csi_resources[] = {
[0] = {
.start = 0x00224000,
......
......@@ -25,6 +25,8 @@
#include <mach/irqs.h>
#include <mach/imx-uart.h>
#include "devices.h"
static struct resource uart0[] = {
{
.start = UART1_BASE_ADDR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment