diff options
Diffstat (limited to 'src/mainboard/google/reef/chromeos.c')
-rw-r--r-- | src/mainboard/google/reef/chromeos.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/chromeos.c b/src/mainboard/google/reef/chromeos.c index ea0f68e236..7d7af9e11b 100644 --- a/src/mainboard/google/reef/chromeos.c +++ b/src/mainboard/google/reef/chromeos.c @@ -18,12 +18,8 @@ #include <gpio.h> #include <vendorcode/google/chromeos/chromeos.h> #include <soc/gpio.h> -#include <variant/ec.h> #include <variant/gpio.h> -#define GPIO_PCH_WP GPIO_75 -#define GPIO_EC_IN_RW GPIO_41 - void fill_lb_gpios(struct lb_gpios *gpios) { struct lb_gpio chromeos_gpios[] = { |