hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-ixp4xx/dsmg600-setup.c
....@@ -35,6 +35,8 @@
3535 #include <asm/mach/flash.h>
3636 #include <asm/mach/time.h>
3737
38
+#include "irqs.h"
39
+
3840 #define DSMG600_SDA_PIN 5
3941 #define DSMG600_SCL_PIN 4
4042
....@@ -267,9 +269,6 @@
267269 static void __init dsmg600_init(void)
268270 {
269271 ixp4xx_sys_init();
270
-
271
- /* Make sure that GPIO14 and GPIO15 are not used as clocks */
272
- *IXP4XX_GPIO_GPCLKR = 0;
273272
274273 dsmg600_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
275274 dsmg600_flash_resource.end =