ARM: OMAP2+: remove DSP platform device
[deliverable/linux.git] / arch / arm / mach-omap2 / common.c
index 2dabb9ecb986adc2abcbc851f54ecd5c4875adf9..484cdadfb18785ade051c29bab4d5e608dd56218 100644 (file)
@@ -14,7 +14,6 @@
  */
 #include <linux/kernel.h>
 #include <linux/init.h>
-#include <linux/platform_data/dsp-omap.h>
 
 #include "common.h"
 #include "omap-secure.h"
@@ -30,7 +29,6 @@ int __weak omap_secure_ram_reserve_memblock(void)
 
 void __init omap_reserve(void)
 {
-       omap_dsp_reserve_sdram_memblock();
        omap_secure_ram_reserve_memblock();
        omap_barrier_reserve_memblock();
 }
This page took 0.024874 seconds and 5 git commands to generate.