diff options
| author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2010-05-14 00:45:08 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-05-14 00:45:08 -0400 |
| commit | edc774ed0c7d75e92b53105b386a5b0ce94d4525 (patch) | |
| tree | ae80de6b7160dc773565b3c20dd02153fcc1678c | |
| parent | 6751fb3c0e0cfcc40a1a0acabca97370c9ec6c6b (diff) | |
crypto: omap - OMAP macros corrected
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
| -rw-r--r-- | arch/arm/mach-omap2/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index beac46c48c5a..79dbf04cbaaf 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
| @@ -456,7 +456,7 @@ static inline void omap_init_mcspi(void) {} | |||
| 456 | 456 | ||
| 457 | #if defined(CONFIG_CRYPTO_DEV_OMAP_SHAM) || defined(CONFIG_CRYPTO_DEV_OMAP_SHAM_MODULE) | 457 | #if defined(CONFIG_CRYPTO_DEV_OMAP_SHAM) || defined(CONFIG_CRYPTO_DEV_OMAP_SHAM_MODULE) |
| 458 | 458 | ||
| 459 | #ifdef CONFIG_ARCH_OMAP24XX | 459 | #ifdef CONFIG_ARCH_OMAP2 |
| 460 | static struct resource omap2_sham_resources[] = { | 460 | static struct resource omap2_sham_resources[] = { |
| 461 | { | 461 | { |
| 462 | .start = OMAP24XX_SEC_SHA1MD5_BASE, | 462 | .start = OMAP24XX_SEC_SHA1MD5_BASE, |
| @@ -474,7 +474,7 @@ static int omap2_sham_resources_sz = ARRAY_SIZE(omap2_sham_resources); | |||
| 474 | #define omap2_sham_resources_sz 0 | 474 | #define omap2_sham_resources_sz 0 |
| 475 | #endif | 475 | #endif |
| 476 | 476 | ||
| 477 | #ifdef CONFIG_ARCH_OMAP34XX | 477 | #ifdef CONFIG_ARCH_OMAP3 |
| 478 | static struct resource omap3_sham_resources[] = { | 478 | static struct resource omap3_sham_resources[] = { |
| 479 | { | 479 | { |
| 480 | .start = OMAP34XX_SEC_SHA1MD5_BASE, | 480 | .start = OMAP34XX_SEC_SHA1MD5_BASE, |
