From 037ceda63d338c636e696c78e5d35fceb929ffb1 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 26 Oct 2018 10:11:34 +0200 Subject: mb/lenovo/*/gpio: Remove ifdef guards These ifdefs are the remains from the following commits: * fa1d688a with Change-Id I9909a5b2bdb4b59219db6304fa4332802fe0301c ("sandy/ivy native: dedup romstage.c main()") * 7dee9745 with Change-Id I88b5ef8e12ac606751952a493f626e1b146e98f7 ("mb/lenovo/x201: Link gpio map instead of including a header") Change-Id: If83189688151f531a05780a87db3409cbacfbeff Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/29283 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/mainboard/lenovo/t520/variants/t520/gpio.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/lenovo/t520') diff --git a/src/mainboard/lenovo/t520/variants/t520/gpio.c b/src/mainboard/lenovo/t520/variants/t520/gpio.c index 54f53cf18b..3a10bd0083 100644 --- a/src/mainboard/lenovo/t520/variants/t520/gpio.c +++ b/src/mainboard/lenovo/t520/variants/t520/gpio.c @@ -13,9 +13,6 @@ * GNU General Public License for more details. */ -#ifndef T520_GPIO_H -#define T520_GPIO_H - #include const struct pch_gpio_set1 pch_gpio_set1_mode = { @@ -302,4 +299,3 @@ const struct pch_gpio_map mainboard_gpio_map = { .level = &pch_gpio_set3_level, }, }; -#endif -- cgit v1.2.3