summaryrefslogtreecommitdiffstats
path: root/drivers/video/vesafb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/vesafb.c')
-rw-r--r--drivers/video/vesafb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index e4ee03a82..fa19c744d 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -438,13 +438,6 @@ static int vesafb_set_cmap(struct fb_cmap *cmap, int kspc, int con,
return 0;
}
-static int vesafb_ioctl(struct inode *inode, struct file *file,
- unsigned int cmd, unsigned long arg, int con,
- struct fb_info *info)
-{
- return -EINVAL;
-}
-
static struct fb_ops vesafb_ops = {
owner: THIS_MODULE,
fb_get_fix: vesafb_get_fix,
@@ -453,7 +446,6 @@ static struct fb_ops vesafb_ops = {
fb_get_cmap: vesafb_get_cmap,
fb_set_cmap: vesafb_set_cmap,
fb_pan_display: vesafb_pan_display,
- fb_ioctl: vesafb_ioctl,
};
int vesafb_setup(char *options)