From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 07 Oct 2020 08:59:11 +0000 Subject: Re: [PATCH 1/3] fbdev/sbuslib: remove FBIOSCURSOR/FBIOGCURSOR leftovers Message-Id: <20201007085911.GA17356@lst.de> List-Id: References: <20201007074447.797968-1-hch@lst.de> <20201007074447.797968-2-hch@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann Cc: Christoph Hellwig , Geert Uytterhoeven , "David S. Miller" , Bartlomiej Zolnierkiewicz , linux-m68k , sparclinux , Linux Fbdev development list , Sam Ravnborg On Wed, Oct 07, 2020 at 10:54:19AM +0200, Arnd Bergmann wrote: > On Wed, Oct 7, 2020 at 9:44 AM Christoph Hellwig 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 > > 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.