aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/mainboard.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-11-11 14:33:47 -0700
committerMartin Roth <martinroth@google.com>2017-11-13 20:19:53 +0000
commitb77bc6f5e70d441d8b9deb6fc0cd13d2952e5bce (patch)
treee20834963cc85a256874db279b34b81f0e265afb /src/mainboard/google/kahlee/mainboard.h
parentfa3aff09067bec65558174c30a93be0fbaa5bc44 (diff)
mb/google/kahlee: Remove mainboard.h
mainboard.h only had a single function definition. Move it into baseboard/variants.h and get rid of the file. TEST=Build grunt/kahlee BUG=b:69164070 Change-Id: I6b7d50d5c949733d77c42b4daf56ed1f97ed6954 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/22434 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/mainboard.h')
-rw-r--r--src/mainboard/google/kahlee/mainboard.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mainboard/google/kahlee/mainboard.h b/src/mainboard/google/kahlee/mainboard.h
deleted file mode 100644
index 5540d1b5db..0000000000
--- a/src/mainboard/google/kahlee/mainboard.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2017 Advanced Micro Devices, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#ifndef MAINBOARD_H
-#define MAINBOARD_H
-
-#include <soc/smi.h>
-
-const struct sci_source *get_gpe_table(size_t *num);
-
-#endif /* MAINBOARD_H */