mb/google/rauru: Remove unused get_oled_description

get_oled_description is a wrong function declaration. Remove
get_oled_description function declaration and include soc/display.h
for get_active_panel.

Change-Id: Id321882d5b4b00f4114ef7282d13af9003019f62
Signed-off-by: Yidi Lin <yidilin@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88139
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Yidi Lin 2025-06-18 17:24:55 +08:00 committed by Yu-Ping Wu
commit 03be570994

View file

@ -3,6 +3,6 @@
#ifndef __MAINBOARD_GOOGLE_RAURU_PANEL_H__
#define __MAINBOARD_GOOGLE_RAURU_PANEL_H__
struct panel_description *get_oled_description(void);
#include <soc/display.h>
#endif /* __MAINBOARD_GOOGLE_RAURU_PANEL_H__ */