diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-21 01:44:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-21 01:44:39 +0000 |
commit | 5205a16d8870cdd4cc524589de3e09ad176d129a (patch) | |
tree | 6deddf1269b9e6f13f2fa00529cd4674c3b2a3fa /drivers/video/hpfb.c | |
parent | e8b2e78e4f14d329f2cdfb8ef7ed3582c71454e5 (diff) |
Merge with Linux 2.4.0-ac22-riel.
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, }; |