From: Mariusz Kozlowski Date: Thu, 15 May 2008 23:03:53 +0000 (-0700) Subject: fix parenthesis in include/asm-arm/arch-omap/control.h X-Git-Tag: v2.6.26-omap1~123^2~104 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=fb0c2e3050f4d821070e96a93cbe08b36f9c3123;p=linux-2.6-omap-h63xx.git fix parenthesis in include/asm-arm/arch-omap/control.h Parenthesis fix in include/asm-arm/arch-omap/control.h Signed-off-by: Mariusz Kozlowski Cc: Russell King Cc: Paul Walmsley Cc: Tony Lindgren Signed-off-by: Andrew Morton --- diff --git a/include/asm-arm/arch-omap/control.h b/include/asm-arm/arch-omap/control.h index abecbd95a58..083234855d6 100644 --- a/include/asm-arm/arch-omap/control.h +++ b/include/asm-arm/arch-omap/control.h @@ -80,7 +80,7 @@ #define OMAP24XX_CONTROL_SEC_TAP (OMAP2_CONTROL_GENERAL + 0x0064) #define OMAP24XX_CONTROL_OCM_PUB_RAM_ADD (OMAP2_CONTROL_GENERAL + 0x006c) #define OMAP24XX_CONTROL_EXT_SEC_RAM_START_ADD (OMAP2_CONTROL_GENERAL + 0x0070) -#define OMAP24XX_CONTROL_EXT_SEC_RAM_STOP_ADD (OMAP2_CONTROL_GENERAL + 0x0074 +#define OMAP24XX_CONTROL_EXT_SEC_RAM_STOP_ADD (OMAP2_CONTROL_GENERAL + 0x0074) #define OMAP24XX_CONTROL_SEC_STATUS (OMAP2_CONTROL_GENERAL + 0x0080) #define OMAP24XX_CONTROL_SEC_ERR_STATUS (OMAP2_CONTROL_GENERAL + 0x0084) #define OMAP24XX_CONTROL_STATUS (OMAP2_CONTROL_GENERAL + 0x0088)