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:
Andy Shevchenko 2020-03-24 19:05:32 +02:00 committed by Bartlomiej Zolnierkiewicz
parent 479382360d
commit 304d63d4d8

View File

@ -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;