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:
Mateusz Guzik 2021-12-09 16:58:41 +00:00
parent 81f64bc0db
commit 793c74e415

View File

@ -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));
}