aboutsummaryrefslogtreecommitdiff
path: root/include/vbe.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-08-16 07:35:36 -0700
committerBin Meng <bmeng.cn@gmail.com>2017-08-24 11:00:47 +0800
commit76e726502ec0230070640e3c4cd3dd930e5bb9e8 (patch)
treee07b5da847871b6e9406edb6e516924a6b529d06 /include/vbe.h
parentc11b17c6bf6c4bf2aa0f9a6f5de2c527e398ad63 (diff)
downloadu-boot-76e726502ec0230070640e3c4cd3dd930e5bb9e8.zip
u-boot-76e726502ec0230070640e3c4cd3dd930e5bb9e8.tar.gz
u-boot-76e726502ec0230070640e3c4cd3dd930e5bb9e8.tar.bz2
vbe: Drop vbe_get_video_info()
With DM video, this is not used any more. Drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/vbe.h')
-rw-r--r--include/vbe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vbe.h b/include/vbe.h
index 16bb096..d6980d9 100644
--- a/include/vbe.h
+++ b/include/vbe.h
@@ -104,8 +104,6 @@ struct vbe_ddc_info {
extern struct vbe_mode_info mode_info;
-struct graphic_device;
-int vbe_get_video_info(struct graphic_device *gdev);
struct video_priv;
struct video_uc_platdata;
int vbe_setup_video_priv(struct vesa_mode_info *vesa,