Commit ecf9445a authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Russell King

[ARM PATCH] 2476/1: Fix compile for shannon

Patch from Thomas Gleixner

Trivial build fix for shannon platform

Signed-off-by: Thomas Gleixner
Signed-off-by: Russell King
parent e68edb29
......@@ -2,15 +2,17 @@
* linux/arch/arm/mach-sa1100/shannon.c
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/tty.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <asm/hardware.h>
#include <asm/mach-types.h>
#include <asm/setup.h>
#include <asm/irq.h>
#include <asm/mach/arch.h>
#include <asm/mach/flash.h>
......@@ -52,7 +54,7 @@ static struct resource shannon_flash_resource = {
static void __init shannon_init(void)
{
sa11x0_set_flash_data(&shannon_flash_data, shannon_flash_resource, 1);
sa11x0_set_flash_data(&shannon_flash_data, &shannon_flash_resource, 1);
}
static void __init shannon_map_io(void)
......
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