arm/freescale: remove FBIOSCURSOR
Unbreaks building EFIKA_MX
Fixes: b9d3b253e2 ("fb: Remove unused cursors ioctls")
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
@@ -742,8 +742,6 @@ ipu3fb_ioctl(video_adapter_t *adp, u_long cmd, caddr_t data)
|
||||
fb->fb_cmsize = 1 << sc->depth;
|
||||
fb->fb_size = sc->fb_size;
|
||||
break;
|
||||
case FBIOSCURSOR:
|
||||
return (ENODEV);
|
||||
default:
|
||||
return (fb_commonioctl(adp, cmd, data));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user