summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorPeter Ujfalusi2015-12-11 13:50:19 +0100
committerTony Lindgren2015-12-17 19:34:40 +0100
commit65a52a212adde216a92656a1419ea4ec0a7781c7 (patch)
tree26eb7d7a01992aa71fc025154f91838a1fb114cd /arch/arm/mach-omap1
parentMerge branch 'omap-for-v4.5/initcall' into omap-for-v4.5/soc-v2 (diff)
downloadkernel-qcow2-linux-65a52a212adde216a92656a1419ea4ec0a7781c7.tar.gz
kernel-qcow2-linux-65a52a212adde216a92656a1419ea4ec0a7781c7.tar.xz
kernel-qcow2-linux-65a52a212adde216a92656a1419ea4ec0a7781c7.zip
ARM: OMAP1: Remove device creation for omap-pcm-audio
The omap-pcm in ASoC is no longer a platform device. No need to create this device anymore. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/devices.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index 325e6030095e..717f13debe83 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -33,24 +33,6 @@
#include "mmc.h"
#include "sram.h"
-#if defined(CONFIG_SND_SOC) || defined(CONFIG_SND_SOC_MODULE)
-
-static struct platform_device omap_pcm = {
- .name = "omap-pcm-audio",
- .id = -1,
-};
-
-static void omap_init_audio(void)
-{
- platform_device_register(&omap_pcm);
-}
-
-#else
-static inline void omap_init_audio(void) {}
-#endif
-
-/*-------------------------------------------------------------------------*/
-
#if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
#define OMAP_RTC_BASE 0xfffb4800
@@ -425,7 +407,6 @@ static int __init omap1_init_devices(void)
* in alphabetical order so they're easier to sort through.
*/
- omap_init_audio();
omap_init_mbox();
omap_init_rtc();
omap_init_spi100k();