From 1ff693aee0be4f9249dfac73b3a9d81cfdacdf86 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Mon, 22 Nov 2010 12:05:04 -0800 Subject: [PATCH] [ARM] tegra: Change size of constants from SZ_64 to 64. Signed-off-by: Jaikumar Ganesh --- arch/arm/mach-tegra/include/mach/iomap.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-tegra/include/mach/iomap.h b/arch/arm/mach-tegra/include/mach/iomap.h index c8a3501db38b..26f2363a8b3b 100644 --- a/arch/arm/mach-tegra/include/mach/iomap.h +++ b/arch/arm/mach-tegra/include/mach/iomap.h @@ -63,16 +63,16 @@ #define TEGRA_RES_SEMA_SIZE SZ_4K #define TEGRA_PRIMARY_ICTLR_BASE 0x60004000 -#define TEGRA_PRIMARY_ICTLR_SIZE SZ_64 +#define TEGRA_PRIMARY_ICTLR_SIZE 64 #define TEGRA_SECONDARY_ICTLR_BASE 0x60004100 -#define TEGRA_SECONDARY_ICTLR_SIZE SZ_64 +#define TEGRA_SECONDARY_ICTLR_SIZE 64 #define TEGRA_TERTIARY_ICTLR_BASE 0x60004200 -#define TEGRA_TERTIARY_ICTLR_SIZE SZ_64 +#define TEGRA_TERTIARY_ICTLR_SIZE 64 #define TEGRA_QUATERNARY_ICTLR_BASE 0x60004300 -#define TEGRA_QUATERNARY_ICTLR_SIZE SZ_64 +#define TEGRA_QUATERNARY_ICTLR_SIZE 64 #define TEGRA_TMR1_BASE 0x60005000 #define TEGRA_TMR1_SIZE 8 @@ -81,7 +81,7 @@ #define TEGRA_TMR2_SIZE 8 #define TEGRA_TMRUS_BASE 0x60005010 -#define TEGRA_TMRUS_SIZE SZ_64 +#define TEGRA_TMRUS_SIZE 64 #define TEGRA_TMR3_BASE 0x60005050 #define TEGRA_TMR3_SIZE 8 @@ -135,10 +135,10 @@ #define TEGRA_I2S2_SIZE SZ_256 #define TEGRA_UARTA_BASE 0x70006000 -#define TEGRA_UARTA_SIZE SZ_64 +#define TEGRA_UARTA_SIZE 64 #define TEGRA_UARTB_BASE 0x70006040 -#define TEGRA_UARTB_SIZE SZ_64 +#define TEGRA_UARTB_SIZE 64 #define TEGRA_UARTC_BASE 0x70006200 #define TEGRA_UARTC_SIZE SZ_256 -- 2.34.1