The branch main has been updated by mjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=793c74e415abf3c7e44c2df1472fdffde620f8e4

commit 793c74e415abf3c7e44c2df1472fdffde620f8e4
Author:     Mateusz Guzik <[email protected]>
AuthorDate: 2021-12-09 16:58:41 +0000
Commit:     Mateusz Guzik <[email protected]>
CommitDate: 2021-12-09 17:00:43 +0000

    arm/freescale: remove FBIOSCURSOR
    
    Unbreaks building EFIKA_MX
    
    Fixes:  b9d3b253e2f7c491 ("fb: Remove unused cursors ioctls")
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/arm/freescale/imx/imx51_ipuv3.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/arm/freescale/imx/imx51_ipuv3.c 
b/sys/arm/freescale/imx/imx51_ipuv3.c
index 520ace1a1b53..a29a562719d4 100644
--- a/sys/arm/freescale/imx/imx51_ipuv3.c
+++ b/sys/arm/freescale/imx/imx51_ipuv3.c
@@ -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));
        }

Reply via email to