From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 16 Oct 2024 01:20:19 +0000 Subject: [PATCH] 修改GPIO导出默认初始值 --- kernel/drivers/video/fbdev/sh_mobile_lcdcfb.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/video/fbdev/sh_mobile_lcdcfb.h b/kernel/drivers/video/fbdev/sh_mobile_lcdcfb.h index b8e47a8..5894003 100644 --- a/kernel/drivers/video/fbdev/sh_mobile_lcdcfb.h +++ b/kernel/drivers/video/fbdev/sh_mobile_lcdcfb.h @@ -87,11 +87,6 @@ unsigned long base_addr_c; unsigned int line_size; - int (*notify)(struct sh_mobile_lcdc_chan *ch, - enum sh_mobile_lcdc_entity_event event, - const struct fb_videomode *mode, - const struct fb_monspecs *monspec); - /* Backlight */ struct backlight_device *bl; unsigned int bl_brightness; -- Gitblit v1.6.2