diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm365.c')
| -rw-r--r-- | arch/arm/mach-davinci/dm365.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index b680c832e0b..6c3980540be 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c @@ -985,12 +985,6 @@ static struct map_desc dm365_io_desc[] = {  		.length		= IO_SIZE,  		.type		= MT_DEVICE  	}, -	{ -		.virtual	= SRAM_VIRT, -		.pfn		= __phys_to_pfn(0x00010000), -		.length		= SZ_32K, -		.type		= MT_MEMORY_NONCACHED, -	},  };  static struct resource dm365_ks_resources[] = {  |