#define DIR825C1_GPIO_BTN_RESET                        17
 #define DIR825C1_GPIO_BTN_WPS                  16
 
+#define DIR825C1_KEYS_POLL_INTERVAL            20      /* msecs */
+#define DIR825C1_KEYS_DEBOUNCE_INTERVAL                (3 * DIR825C1_KEYS_POLL_INTERVAL)
 
-#define DIR825C1_KEYS_POLL_INTERVAL    20      /* msecs */
-#define DIR825C1_KEYS_DEBOUNCE_INTERVAL        (3 * DIR825C1_KEYS_POLL_INTERVAL)
-
-#define DIR825C1_MAC0_OFFSET             0x4
-#define DIR825C1_MAC1_OFFSET             0x18
-#define DIR825C1_WMAC_CALDATA_OFFSET     0x1000
-#define DIR825C1_PCIE_CALDATA_OFFSET     0x5000
+#define DIR825C1_MAC0_OFFSET                   0x4
+#define DIR825C1_MAC1_OFFSET                   0x18
+#define DIR825C1_WMAC_CALDATA_OFFSET           0x1000
+#define DIR825C1_PCIE_CALDATA_OFFSET           0x5000
 
 static struct gpio_led dir825c1_leds_gpio[] __initdata = {
        {
 
 endef
 
 define Image/Build/Cameo934x
-        $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
+       $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),1310720,15007744,$(4))
 endef
 
 define Image/Build/Cameo934x/initramfs
-        $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
+       $(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout))
 endef
 
 define Image/Build/Ath
 
        select ATH79_DEV_USB
  
 +config ATH79_MACH_DIR_825_C1
-+        bool "D-Link DIR-825 rev. C1 board support"
-+        select SOC_AR934X
-+        select ATH79_DEV_AP9X_PCI if PCI
-+        select ATH79_DEV_ETH
-+        select ATH79_DEV_GPIO_BUTTONS
-+        select ATH79_DEV_LEDS_GPIO
-+        select ATH79_DEV_M25P80
-+        select ATH79_DEV_USB
-+        select ATH79_DEV_WMAC
++      bool "D-Link DIR-825 rev. C1 board support"
++      select SOC_AR934X
++      select ATH79_DEV_AP9X_PCI if PCI
++      select ATH79_DEV_ETH
++      select ATH79_DEV_GPIO_BUTTONS
++      select ATH79_DEV_LEDS_GPIO
++      select ATH79_DEV_M25P80
++      select ATH79_DEV_USB
++      select ATH79_DEV_WMAC
 +
  config ATH79_MACH_EW_DORIN
        bool "embedded wireless Dorin Platform support"