Re: patch "maple: make maple_bus_type static and const" added to char-misc-testing
Greg KH <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <2024010406-country-entire-262d@gregkh> |
On Thu, Jan 04, 2024 at 02:48:18PM +0100, John Paul Adrian Glaubitz wrote: > Hi Greg! > > On Thu, 2024-01-04 at 14:37 +0100, [email protected] wrote: > > This is a note to let you know that I've just added the patch titled > > > > maple: make maple_bus_type static and const > > > > to my char-misc git tree which can be found at > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > in the char-misc-testing branch. > > > > The patch will show up in the next release of the linux-next tree > > (usually sometime within the next 24 hours during the week.) > > > > The patch will be merged to the char-misc-next branch sometime soon, > > after it passes testing, and the merge window is open. > > > > If you have any questions about this process, please let me know. > > > > > > From e76933a9bfa9b7f28a387f2e13cb3e689adc200d Mon Sep 17 00:00:00 2001 > > From: Greg Kroah-Hartman <[email protected]> > > Date: Tue, 19 Dec 2023 15:06:19 +0100 > > Subject: maple: make maple_bus_type static and const > > > > There is no need to export maple_bus_type as no one uses it outside of > > maple.c, so make it static, AND make it const as it can be read-only as > > no one modifies it. > > I was planning to start reviewing patches for arch/sh the upcoming weekend, > so you don't have to take the patch through your own tree. No worries, this way it gets into 6.8-rc1. thanks, greg k-h