On Wed, Jan 31, 2024 at 6:39 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Tue, Jan 30, 2024 at 1:48 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > The general rule of the kernel is to not provide symbols that have no > > users upstream. Let's remove logging helpers that are not used anywhere. > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Seems unrelated to the rest of the patches but OK. > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Yours, > Linus Walleij It's kind of related because I'm later modifying the logging helpers so I'm saving myself some work. Bart