veyron: move setup_chromeos_gpios() prototype to board.h

I always had that TODO comment in there but I had already forgotten what
I even meant by it. It's really just a simple cleanup... this function
is (currently) veyron-specific and doesn't belong in common code.

BRANCH=veyron
BUG=None
TEST=Booted Jerry.

Change-Id: I6ce701a15a6542a615d3d81f70aa71662567d4fa
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/241190
(cherry picked from commit d188398704575ad2fedc2a715e609521da2332b0)
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/243098
This commit is contained in:
Julius Werner 2015-01-15 17:00:21 -08:00 committed by ChromeOS Commit Bot
commit 0a19797930
9 changed files with 8 additions and 11 deletions

View file

@ -34,9 +34,6 @@ int get_recovery_mode_switch(void);
int clear_recovery_mode_switch(void);
int get_write_protect_state(void);
/*for mainboard use only*/
void setup_chromeos_gpios(void);
#ifdef __ROMSTAGE__
void __attribute__((weak)) save_chromeos_gpios(void);
#endif