diff options
Diffstat (limited to 'drivers/video/hpfb.c')
-rw-r--r-- | drivers/video/hpfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/hpfb.c b/drivers/video/hpfb.c index 2b65ba876..ab3e2e084 100644 --- a/drivers/video/hpfb.c +++ b/drivers/video/hpfb.c @@ -278,7 +278,7 @@ static struct fb_ops hpfb_ops = { fb_get_var: hpfb_get_var, fb_set_var: hpfb_set_var, fb_get_cmap: hpfb_get_cmap, - fb_set_cmap hpfb_set_cmap, + fb_set_cmap: hpfb_set_cmap, fb_ioctl: hpfb_ioctl, }; |