diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 95c69f95d96614f973ff14385237c70afc0909b5..d3897562aa4a342ce2c2658931b12ffada45694f 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -68,11 +68,6 @@ static struct resource omap3isp_resources[] = { .end = OMAP3430_ISP_END, .flags = IORESOURCE_MEM, }, - { - .start = OMAP3430_ISP_CBUFF_BASE, - .end = OMAP3430_ISP_CBUFF_END, - .flags = IORESOURCE_MEM, - }, { .start = OMAP3430_ISP_CCP2_BASE, .end = OMAP3430_ISP_CCP2_END,