Skip to content

Commit

Permalink
[ARM] mxc: add missing include
Browse files Browse the repository at this point in the history
include devices.h from devices.c to avoid inconsistencies and to fix
sparse warnings

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Mar 13, 2009
1 parent 2420563 commit 87bbb19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-mx1/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <mach/irqs.h>
#include <mach/hardware.h>

#include "devices.h"

static struct resource imx_csi_resources[] = {
[0] = {
.start = 0x00224000,
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-mx3/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <mach/irqs.h>
#include <mach/imx-uart.h>

#include "devices.h"

static struct resource uart0[] = {
{
.start = UART1_BASE_ADDR,
Expand Down

0 comments on commit 87bbb19

Please sign in to comment.