Re: [PATCH 1/3] fbdev/sbuslib: remove FBIOSCURSOR/FBIOGCURSOR leftovers
From: Christoph Hellwig <hch@lst.de>
Date: 2020-10-07 08:59:11
Also in:
linux-m68k, sparclinux
From: Christoph Hellwig <hch@lst.de>
Date: 2020-10-07 08:59:11
Also in:
linux-m68k, sparclinux
On Wed, Oct 07, 2020 at 10:54:19AM +0200, Arnd Bergmann wrote:
On Wed, Oct 7, 2020 at 9:44 AM Christoph Hellwig [off-list ref] wrote:quoted
There are no actual implementations of FBIOSCURSOR/FBIOGCURSOR left, so don't bother with a compat handler for it, and remove the remaining definitions as well. Signed-off-by: Christoph Hellwig <hch@lst.de>I had submitted a similar patch earlier, and Sam Ravnborg applied it to the drm-misc tree, but it doesn't seem to be in linux-next, so I don't know what the state is. My version only removed the compat handling, not the data structures, so I'm happy to see your version used instead if mine got lost.
Oh, sorry. I thought in your summary you decided to give up on the sbuslib ones.