diff options
author | Kristina Martšenko <kristina.martsenko@gmail.com> | 2014-07-15 19:30:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-16 00:01:05 -0400 |
commit | f65f6455fc082c7488af34f6955eb928903c3ae5 (patch) | |
tree | abea60499ec401178f21de046e4026e7fed230fa /arch/arm/mach-omap2/common.c | |
parent | f190be7f39a5e480ddc5e0f49bbe670feb328c32 (diff) |
ARM: OMAP2+: remove DSP platform device
It was added to support DSP Bridge. Since DSP Bridge was removed, and
nothing else is using the platform device, remove it too.
Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com>
Cc: Omar Ramirez Luna <omar.ramirez@copitl.com>
Cc: Suman Anna <s-anna@ti.com>
Cc: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/mach-omap2/common.c')
-rw-r--r-- | arch/arm/mach-omap2/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c index 2dabb9ecb986..484cdadfb187 100644 --- a/arch/arm/mach-omap2/common.c +++ b/arch/arm/mach-omap2/common.c | |||
@@ -14,7 +14,6 @@ | |||
14 | */ | 14 | */ |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/platform_data/dsp-omap.h> | ||
18 | 17 | ||
19 | #include "common.h" | 18 | #include "common.h" |
20 | #include "omap-secure.h" | 19 | #include "omap-secure.h" |
@@ -30,7 +29,6 @@ int __weak omap_secure_ram_reserve_memblock(void) | |||
30 | 29 | ||
31 | void __init omap_reserve(void) | 30 | void __init omap_reserve(void) |
32 | { | 31 | { |
33 | omap_dsp_reserve_sdram_memblock(); | ||
34 | omap_secure_ram_reserve_memblock(); | 32 | omap_secure_ram_reserve_memblock(); |
35 | omap_barrier_reserve_memblock(); | 33 | omap_barrier_reserve_memblock(); |
36 | } | 34 | } |