diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-05-11 14:44:27 +0200 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-05-11 14:44:31 +0200 | 
| commit | 41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51 (patch) | |
| tree | 51c50bcb67a5039448ddfa1869d7948cab1217e9 /arch/arm/mach-omap2/devices.c | |
| parent | 19c1a6f5764d787113fa323ffb18be7991208f82 (diff) | |
| parent | 091bf7624d1c90cec9e578a18529f615213ff847 (diff) | |
Merge commit 'v2.6.30-rc5' into core/iommu
Merge reason: core/iommu was on an .30-rc1 base,
              update it to .30-rc5 to refresh.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
| -rw-r--r-- | arch/arm/mach-omap2/devices.c | 33 | 
1 files changed, 0 insertions, 33 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index d6b4b2f8722..496983ade97 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -25,7 +25,6 @@  #include <mach/board.h>  #include <mach/mux.h>  #include <mach/gpio.h> -#include <mach/eac.h>  #include <mach/mmc.h>  #if defined(CONFIG_VIDEO_OMAP2) || defined(CONFIG_VIDEO_OMAP2_MODULE) @@ -366,38 +365,6 @@ static void omap_init_mcspi(void)  static inline void omap_init_mcspi(void) {}  #endif -#ifdef CONFIG_SND_OMAP24XX_EAC - -#define OMAP2_EAC_BASE			0x48090000 - -static struct resource omap2_eac_resources[] = { -	{ -		.start		= OMAP2_EAC_BASE, -		.end		= OMAP2_EAC_BASE + 0x109, -		.flags		= IORESOURCE_MEM, -	}, -}; - -static struct platform_device omap2_eac_device = { -	.name		= "omap24xx-eac", -	.id		= -1, -	.num_resources	= ARRAY_SIZE(omap2_eac_resources), -	.resource	= omap2_eac_resources, -	.dev = { -		.platform_data = NULL, -	}, -}; - -void omap_init_eac(struct eac_platform_data *pdata) -{ -	omap2_eac_device.dev.platform_data = pdata; -	platform_device_register(&omap2_eac_device); -} - -#else -void omap_init_eac(struct eac_platform_data *pdata) {} -#endif -  #ifdef CONFIG_OMAP_SHA1_MD5  static struct resource sha1_md5_resources[] = {  	{  | 
