diff options
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 9162081504ef..c04e134474d8 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -319,7 +319,7 @@ static struct r8a66597_platdata sh7724_usb0_host_data = { | |||
319 | static struct resource sh7724_usb0_host_resources[] = { | 319 | static struct resource sh7724_usb0_host_resources[] = { |
320 | [0] = { | 320 | [0] = { |
321 | .start = 0xa4d80000, | 321 | .start = 0xa4d80000, |
322 | .end = 0xa4d800ff, | 322 | .end = 0xa4d80124 - 1, |
323 | .flags = IORESOURCE_MEM, | 323 | .flags = IORESOURCE_MEM, |
324 | }, | 324 | }, |
325 | [1] = { | 325 | [1] = { |