Merge branch 'origin' into devel
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-pxa / include / mach / regs-ssp.h
index 018f6d65b57ba93948dc58c3d4745700fd5d0064..6a2ed35acd59482e766bbf102157a0d55c925ba8 100644 (file)
@@ -37,7 +37,6 @@
 #if defined(CONFIG_PXA25x)
 #define SSCR0_SCR      (0x0000ff00)    /* Serial Clock Rate (mask) */
 #define SSCR0_SerClkDiv(x) ((((x) - 2)/2) << 8) /* Divisor [2..512] */
-
 #elif defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
 #define SSCR0_SCR      (0x000fff00)    /* Serial Clock Rate (mask) */
 #define SSCR0_SerClkDiv(x) (((x) - 1) << 8) /* Divisor [1..4096] */