Commit 3388c8ff authored by Tony Lindgren's avatar Tony Lindgren

Fix compile for the previous patch.

The associated registers need to be defined too.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 73b65cde
......@@ -19,6 +19,7 @@
#include <linux/io.h>
#include <mach/common.h>
#include <mach/control.h>
#include <mach/prcm.h>
#include "clock.h"
......
......@@ -217,6 +217,10 @@
#define OMAP3_IVA2_BOOTMOD_MASK (0xf << 0)
#define OMAP3_IVA2_BOOTMOD_IDLE (0x1 << 0)
#define OMAP343X_SCRATCHPAD_ROM (OMAP343X_CTRL_BASE + 0x860)
#define OMAP343X_SCRATCHPAD (OMAP343X_CTRL_BASE + 0x910)
#define OMAP343X_SCRATCHPAD_ROM_OFFSET 0x19C
#ifndef __ASSEMBLY__
#if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
extern void __iomem *omap_ctrl_base_get(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