Re: [PATCH 1/3] fbdev/sbuslib: remove FBIOSCURSOR/FBIOGCURSOR leftovers
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-10-07 08:54:19
Also in:
linux-m68k, sparclinux
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-10-07 08:54:19
Also in:
linux-m68k, sparclinux
On Wed, Oct 7, 2020 at 9:44 AM Christoph Hellwig [off-list ref] wrote:
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. Acked-by: Arnd Bergmann <arnd@arndb.de>