fbdev: 68328fb: Init owner field of struct fb_ops
Initialize the owner field of struct fb_ops. Required to prevent module unloading while the driver is in use. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
b3a7a9ab65
commit
55caa9a7ac
|
@ -94,6 +94,7 @@ static int mc68x328fb_pan_display(struct fb_var_screeninfo *var,
|
|||
static int mc68x328fb_mmap(struct fb_info *info, struct vm_area_struct *vma);
|
||||
|
||||
static const struct fb_ops mc68x328fb_ops = {
|
||||
.owner = THIS_MODULE,
|
||||
.fb_check_var = mc68x328fb_check_var,
|
||||
.fb_set_par = mc68x328fb_set_par,
|
||||
.fb_setcolreg = mc68x328fb_setcolreg,
|
||||
|
|
Loading…
Reference in New Issue