From 6a889bcd9c6d47779e06c45339611c89ad78b3f6 Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 2 Sep 2016 10:45:14 +0100 Subject: ARM: sa1100/assabet: move GPIO definitions to assabet.c Move GPIO board definitions to assabet.c Signed-off-by: Russell King --- arch/arm/mach-sa1100/include/mach/assabet.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/arm/mach-sa1100/include') diff --git a/arch/arm/mach-sa1100/include/mach/assabet.h b/arch/arm/mach-sa1100/include/mach/assabet.h index 53f05fced930..2022fcae7791 100644 --- a/arch/arm/mach-sa1100/include/mach/assabet.h +++ b/arch/arm/mach-sa1100/include/mach/assabet.h @@ -52,12 +52,4 @@ extern void assabet_uda1341_reset(int set); #define ASSABET_BCR_set(x) ASSABET_BCR_frob((x), (x)) #define ASSABET_BCR_clear(x) ASSABET_BCR_frob((x), 0) -/* GPIOs (bitmasks) for which the generic definition doesn't say much */ -#define ASSABET_GPIO_RADIO_IRQ GPIO_GPIO (14) /* Radio interrupt request */ -#define ASSABET_GPIO_PS_MODE_SYNC GPIO_GPIO (16) /* Power supply mode/sync */ -#define ASSABET_GPIO_STEREO_64FS_CLK GPIO_GPIO (19) /* SSP UDA1341 clock input */ -#define ASSABET_GPIO_GFX_IRQ GPIO_GPIO (24) /* Graphics IRQ */ -#define ASSABET_GPIO_BATT_LOW GPIO_GPIO (26) /* Low battery */ -#define ASSABET_GPIO_RCLK GPIO_GPIO (26) /* CCLK/2 */ - #endif -- cgit