Skip to content

Commit

Permalink
Merge branches 'fixes/imx3-build', 'fixes/imx_ioremap' and 'fixes/mai…
Browse files Browse the repository at this point in the history
…ntainer-update' into imx-fixes
  • Loading branch information
Sascha Hauer committed Nov 22, 2011
3 parents 87514fc + 807dfe7 + adf7929 commit 13420c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
T: git git://git.pengutronix.de/git/imx/linux-2.6.git
F: arch/arm/mach-mx*/
F: arch/arm/mach-imx/
F: arch/arm/plat-mxc/

ARM/FREESCALE IMX51
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/plat-mxc/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/io.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/module.h>

#include <mach/hardware.h>
#include <mach/common.h>
Expand All @@ -30,6 +31,7 @@

void (*imx_idle)(void) = NULL;
void __iomem *(*imx_ioremap)(unsigned long, size_t, unsigned int) = NULL;
EXPORT_SYMBOL_GPL(imx_ioremap);

static void __iomem *wdog_base;

Expand Down

0 comments on commit 13420c6

Please sign in to comment.