From 021bbfbc7a9f15f5a0c6b143b81ed6ee6c0e65a6 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sat, 2 Mar 2013 23:21:28 +0100 Subject: apalis/colibri_t30: Get rid of spurious AC_PRESENT_GPIO/INT defines. --- arch/arm/mach-tegra/board-apalis_t30.h | 4 ---- arch/arm/mach-tegra/board-colibri_t30.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-tegra/board-apalis_t30.h b/arch/arm/mach-tegra/board-apalis_t30.h index 639ed8c42a55..138e79131839 100644 --- a/arch/arm/mach-tegra/board-apalis_t30.h +++ b/arch/arm/mach-tegra/board-apalis_t30.h @@ -122,16 +122,12 @@ #define TPS6591X_GPIO_8 (TPS6591X_GPIO_BASE + TPS6591X_GPIO_GP8) #define TPS6591X_GPIO_END (TPS6591X_GPIO_BASE + TPS6591X_GPIO_NR) -#define AC_PRESENT_GPIO TPS6591X_GPIO_4 - /*****************Interrupt tables ******************/ /* External peripheral act as interrupt controller */ /* TPS6591x IRQs */ #define TPS6591X_IRQ_BASE TEGRA_NR_IRQS #define TPS6591X_IRQ_END (TPS6591X_IRQ_BASE + 18) -#define AC_PRESENT_INT (TPS6591X_INT_GPIO4 + TPS6591X_IRQ_BASE) - /* STMPE811 IRQs */ #define STMPE811_IRQ_BASE TPS6591X_IRQ_END #define STMPE811_IRQ_END (STMPE811_IRQ_BASE + 22) diff --git a/arch/arm/mach-tegra/board-colibri_t30.h b/arch/arm/mach-tegra/board-colibri_t30.h index 745d2a465131..838a00814530 100644 --- a/arch/arm/mach-tegra/board-colibri_t30.h +++ b/arch/arm/mach-tegra/board-colibri_t30.h @@ -40,16 +40,12 @@ #define TPS6591X_GPIO_8 (TPS6591X_GPIO_BASE + TPS6591X_GPIO_GP8) #define TPS6591X_GPIO_END (TPS6591X_GPIO_BASE + TPS6591X_GPIO_NR) -#define AC_PRESENT_GPIO TPS6591X_GPIO_4 - /*****************Interrupt tables ******************/ /* External peripheral act as interrupt controller */ /* TPS6591x IRQs */ #define TPS6591X_IRQ_BASE TEGRA_NR_IRQS #define TPS6591X_IRQ_END (TPS6591X_IRQ_BASE + 18) -#define AC_PRESENT_INT (TPS6591X_INT_GPIO4 + TPS6591X_IRQ_BASE) - /* STMPE811 IRQs */ #define STMPE811_IRQ_BASE TPS6591X_IRQ_END #define STMPE811_IRQ_END (STMPE811_IRQ_BASE + 22) -- cgit v1.2.3