mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
video: ssd1307fb: Remove redundant forward declaration
There is no need to have forward declaration of struct ssd1307fb_par. Drop it for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200324170532.44384-5-andriy.shevchenko@linux.intel.com
This commit is contained in:
parent
479382360d
commit
304d63d4d8
@ -48,8 +48,6 @@
|
||||
static u_int refreshrate = REFRESHRATE;
|
||||
module_param(refreshrate, uint, 0);
|
||||
|
||||
struct ssd1307fb_par;
|
||||
|
||||
struct ssd1307fb_deviceinfo {
|
||||
u32 default_vcomh;
|
||||
u32 default_dclk_div;
|
||||
|
Loading…
Reference in New Issue
Block a user