summaryrefslogtreecommitdiff
path: root/chip/stm32/gpio.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-24 12:58:33 -0700
committerGerrit <chrome-bot@google.com>2012-10-25 11:24:02 -0700
commit2957c3cf8b2275a1a6803bc4e141a30533cc2f1e (patch)
treeffe990e9e523b93023375dc0cce28a767adbbd02 /chip/stm32/gpio.c
parentcbee62d01e94ef5fc8539742ca995cc62b0ee96a (diff)
downloadchrome-ec-2957c3cf8b2275a1a6803bc4e141a30533cc2f1e.tar.gz
Clean up GPIO module
Just code cleanup; no functional changes BUG=chrome-os-partner:15579 BRANCH=none TEST=build code; boot link; gpioget still works Change-Id: If0770c1a5ce0d5c51ba528fbe2944a73fafa949b Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36556 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'chip/stm32/gpio.c')
-rw-r--r--chip/stm32/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/gpio.c b/chip/stm32/gpio.c
index a2d5b4daf7..d488c9c619 100644
--- a/chip/stm32/gpio.c
+++ b/chip/stm32/gpio.c
@@ -5,7 +5,7 @@
/* Common GPIO module for Chrome EC */
-#include "board.h"
+#include "common.h"
#include "gpio.h"