kernel/arch/arm/mach-ixp4xx/dsmg600-setup.c
.. .. @@ -35,6 +35,8 @@ 35 35 #include <asm/mach/flash.h> 36 36 #include <asm/mach/time.h> 37 37 38 +#include "irqs.h"39 +38 40 #define DSMG600_SDA_PIN 5 39 41 #define DSMG600_SCL_PIN 4 40 42 .. .. @@ -267,9 +269,6 @@ 267 269 static void __init dsmg600_init(void) 268 270 { 269 271 ixp4xx_sys_init(); 270 -271 - /* Make sure that GPIO14 and GPIO15 are not used as clocks */272 - *IXP4XX_GPIO_GPCLKR = 0;273 272 274 273 dsmg600_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); 275 274 dsmg600_flash_resource.end =