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:
parent
cc0a410ff5
commit
03be570994
1 changed files with 1 additions and 1 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue