mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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:
parent
81f64bc0db
commit
793c74e415
1 changed files with 0 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue