mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue