summaryrefslogtreecommitdiff
path: root/board/guybrush
diff options
context:
space:
mode:
Diffstat (limited to 'board/guybrush')
-rw-r--r--board/guybrush/board.c10
-rw-r--r--board/guybrush/gpio.inc2
2 files changed, 7 insertions, 5 deletions
diff --git a/board/guybrush/board.c b/board/guybrush/board.c
index 62684b4c90..ce493f70a9 100644
--- a/board/guybrush/board.c
+++ b/board/guybrush/board.c
@@ -5,14 +5,16 @@
/* Guybrush board-specific configuration */
+#include "button.h"
#include "common.h"
+#include "extpower.h"
#include "gpio.h"
#include "hooks.h"
+#include "lid_switch.h"
+#include "power.h"
+#include "power_button.h"
#include "switch.h"
-#include "system.h"
-#include "task.h"
-#include "uart.h"
-#include "util.h"
+#include "tablet_mode.h"
#include "gpio_list.h" /* Must come after other header files. */
diff --git a/board/guybrush/gpio.inc b/board/guybrush/gpio.inc
index 06908e3a67..e07de1e0fe 100644
--- a/board/guybrush/gpio.inc
+++ b/board/guybrush/gpio.inc
@@ -5,6 +5,6 @@
* found in the LICENSE file.
*/
-/* Declare symbolic names for all the GPIOs that we care about. */
+/* Declare symbolic names for all the board GPIOs that we care about. */
#include "base_gpio.inc"