Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2021 17:01:07 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 793c74e415ab - main - arm/freescale: remove FBIOSCURSOR
Message-ID:  <202112091701.1B9H17dk097995@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

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

commit 793c74e415abf3c7e44c2df1472fdffde620f8e4
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-12-09 16:58:41 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
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));
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112091701.1B9H17dk097995>