aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArno Steffen <arno.steffen@googlemail.com>2010-12-22 18:14:36 +0000
committerTony Lindgren <tony@atomide.com>2010-12-22 11:06:24 -0800
commit4e012e5f246d4da924b14d453452fd0838d4e03b (patch)
tree205bd6013c9dc576b694fdee11f11d418fbcfdab /arch
parentomap: rx51: Remove tvout code that plays with gpio 40 (diff)
downloadlinux-dev-4e012e5f246d4da924b14d453452fd0838d4e03b.tar.xz
linux-dev-4e012e5f246d4da924b14d453452fd0838d4e03b.zip
OMAP3: fix typo in OMAP3_IVA_MASK
OMAP3_IVA_MASK should use OMAP3_IVA_SHIFT instead of OMAP3_SGX_SHIFT Signed-off-by: Arno Steffen <arno.steffen@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-omap2/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h
index 6e5f7e512ff7..ea20dc310522 100644
--- a/arch/arm/mach-omap2/control.h
+++ b/arch/arm/mach-omap2/control.h
@@ -315,7 +315,7 @@
#define FEAT_SGX_NONE 2
#define OMAP3_IVA_SHIFT 12
-#define OMAP3_IVA_MASK (1 << OMAP3_SGX_SHIFT)
+#define OMAP3_IVA_MASK (1 << OMAP3_IVA_SHIFT)
#define FEAT_IVA 0
#define FEAT_IVA_NONE 1