diff options
| -rw-r--r-- | arch/arm/mach-omap2/common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c index 5c2fd4863b2..2dabb9ecb98 100644 --- a/arch/arm/mach-omap2/common.c +++ b/arch/arm/mach-omap2/common.c | |||
| @@ -16,8 +16,6 @@ | |||
| 16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
| 17 | #include <linux/platform_data/dsp-omap.h> | 17 | #include <linux/platform_data/dsp-omap.h> |
| 18 | 18 | ||
| 19 | #include <plat/vram.h> | ||
| 20 | |||
| 21 | #include "common.h" | 19 | #include "common.h" |
| 22 | #include "omap-secure.h" | 20 | #include "omap-secure.h" |
| 23 | 21 | ||
| @@ -32,7 +30,6 @@ int __weak omap_secure_ram_reserve_memblock(void) | |||
| 32 | 30 | ||
| 33 | void __init omap_reserve(void) | 31 | void __init omap_reserve(void) |
| 34 | { | 32 | { |
| 35 | omap_vram_reserve_sdram_memblock(); | ||
| 36 | omap_dsp_reserve_sdram_memblock(); | 33 | omap_dsp_reserve_sdram_memblock(); |
| 37 | omap_secure_ram_reserve_memblock(); | 34 | omap_secure_ram_reserve_memblock(); |
| 38 | omap_barrier_reserve_memblock(); | 35 | omap_barrier_reserve_memblock(); |
