summaryrefslogtreecommitdiffstats
path: root/src/include/vbe.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-05-16 21:50:27 -0500
committerAaron Durbin <adurbin@chromium.org>2017-05-18 15:42:39 +0200
commit57e15e609e090ac7ec02b570d653b64cf12e4f88 (patch)
treeb31a062146d173f8350d6e3f01535fb07443b734 /src/include/vbe.h
parentbdb5c8feaed4cf914b474deeb30686e327ee9228 (diff)
downloadcoreboot-57e15e609e090ac7ec02b570d653b64cf12e4f88.tar.gz
coreboot-57e15e609e090ac7ec02b570d653b64cf12e4f88.tar.bz2
coreboot-57e15e609e090ac7ec02b570d653b64cf12e4f88.zip
vbe: remove the necessity for a global vbe_mode_info_valid()
There's no users of vbe_mode_info_valid() aside from the local compilation units. Remove the declaration and make the function static to the current global implementers. Change-Id: I4872ac6ad15ba6a86bba69d51a8348b9921c152d Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/19730 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/vbe.h')
-rw-r--r--src/include/vbe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/vbe.h b/src/include/vbe.h
index 70c412490bb8..12fac773571b 100644
--- a/src/include/vbe.h
+++ b/src/include/vbe.h
@@ -111,7 +111,6 @@ typedef struct {
#define VESA_GET_MODE_INFO 0x4f01
#define VESA_SET_MODE 0x4f02
-int vbe_mode_info_valid(void);
void vbe_set_graphics(void);
void vbe_textmode_console(void);