diff options
author | Luka Perkov | 2012-09-05 08:08:16 +0000 |
---|---|---|
committer | Prafulla Wadaskar | 2012-10-03 16:43:13 +0530 |
commit | 6d4ebd159eb0b28e0dcbf0d8cbc8585274af7044 (patch) | |
tree | 9cbaff628ee4496aa3ed90ecda7fa062ce8fabd9 /arch | |
parent | ee8f6d2370744e07a06ed1bba245258015153049 (diff) |
kirkwood: fix mpp.h coding style
Signed-off-by: Luka Perkov <uboot@lukaperkov.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-kirkwood/mpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-kirkwood/mpp.h b/arch/arm/include/asm/arch-kirkwood/mpp.h index 8e50ee7f14d..8ceea7bb886 100644 --- a/arch/arm/include/asm/arch-kirkwood/mpp.h +++ b/arch/arm/include/asm/arch-kirkwood/mpp.h @@ -85,7 +85,7 @@ #define MPP7_SPI_SCn MPP( 7, 0x2, 0, 1, 1, 1, 1, 1 ) #define MPP7_PTP_TRIG_GEN MPP( 7, 0x3, 0, 1, 1, 1, 1, 1 ) -#define MPP8_GPIO MPP( 8, 0x0, 1, 1, 1, 1, 1, 1 ) +#define MPP8_GPIO MPP( 8, 0x0, 1, 1, 1, 1, 1, 1 ) #define MPP8_TW_SDA MPP( 8, 0x1, 1, 1, 1, 1, 1, 1 ) #define MPP8_UART0_RTS MPP( 8, 0x2, 0, 1, 1, 1, 1, 1 ) #define MPP8_UART1_RTS MPP( 8, 0x3, 0, 1, 1, 1, 1, 1 ) |