From 48b4cbdd94f1e126314eb055cd387011e7875845 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 1 Sep 2016 17:46:41 -0500 Subject: mainboard/google/reef: remove unused gpio.h macros Some of the macros in gpio.h are no longer used because devicetree.cb is being used to autogeneric the ACPI AML. Therefore remove the unused macros. BUG=chrome-os-partner:56677 Change-Id: I433a929229a0318f6c1df652655d046a5152cc63 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/16412 Tested-by: build bot (Jenkins) Reviewed-by: Sathyanarayana Nujella Reviewed-by: Duncan Laurie --- src/mainboard/google/reef/gpio.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/reef/gpio.h b/src/mainboard/google/reef/gpio.h index 775d08977c..9f0722599c 100644 --- a/src/mainboard/google/reef/gpio.h +++ b/src/mainboard/google/reef/gpio.h @@ -18,12 +18,6 @@ #include -/* Input device interrupt configuration */ -#define TOUCHPAD_INT GPIO_18_IRQ - -#define BOARD_HP_MIC_CODEC_IRQ GPIO_116_IRQ -#define BOARD_HP_MIC_CODEC_I2C_ADDR 0x1a - #ifndef __ACPI__ /* * Pad configuration in ramstage. The order largely follows the 'GPIO Muxing' -- cgit v1.2.3