[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/x230/gpio: Remove ifdef guards

Peter Lemenkov (Code Review) gerrit at coreboot.org
Fri Oct 26 10:47:55 CEST 2018


Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/29283


Change subject: mb/lenovo/x230/gpio: Remove ifdef guards
......................................................................

mb/lenovo/x230/gpio: Remove ifdef guards

This is a remains from commit fa1d688a with Change-Id
I9909a5b2bdb4b59219db6304fa4332802fe0301c ("sandy/ivy native: dedup
romstage.c main()").

Change-Id: If83189688151f531a05780a87db3409cbacfbeff
Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
---
M src/mainboard/lenovo/x230/gpio.c
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/29283/1

diff --git a/src/mainboard/lenovo/x230/gpio.c b/src/mainboard/lenovo/x230/gpio.c
index 92b1a97..a3e3a75 100644
--- a/src/mainboard/lenovo/x230/gpio.c
+++ b/src/mainboard/lenovo/x230/gpio.c
@@ -14,9 +14,6 @@
  * GNU General Public License for more details.
  */
 
-#ifndef X230_GPIO_H
-#define X230_GPIO_H
-
 #include <southbridge/intel/common/gpio.h>
 
 const struct pch_gpio_set1 pch_gpio_set1_mode = {
@@ -299,4 +296,3 @@
 		.level		= &pch_gpio_set3_level,
 	},
 };
-#endif

-- 
To view, visit https://review.coreboot.org/29283
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If83189688151f531a05780a87db3409cbacfbeff
Gerrit-Change-Number: 29283
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181026/713fd331/attachment.html>


More information about the coreboot-gerrit mailing list