On Fri, Feb 17, 2023, at 21:23, Thomas Huth wrote: > From: Palmer Dabbelt <palmer@xxxxxxxxxxx> > > I don't think this was ever intended to be exposed to userspace, but > it did require an "#ifdef CONFIG_*". Since the name is kind of > generic and was only used in one place, I've moved the definition to > the one user. > > Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxx> > Reviewed-by: Andrew Waterman <waterman@xxxxxxxxxxxxxxxxx> > Reviewed-by: Albert Ou <aou@xxxxxxxxxxxxxxxxx> > Message-Id: <1447119071-19392-11-git-send-email-palmer@xxxxxxxxxxx> > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > drivers/block/pktcdvd.c | 11 +++++++++++ > include/uapi/linux/pktcdvd.h | 11 ----------- > 2 files changed, 11 insertions(+), 11 deletions(-) I'm fairly sure there are more bits in uapi/linux/pktcdvd.h that should be in drivers/block/pktcdvd.c instead, along with all of include/linux/pktcdvd.h, but this change is obvious and safe by itself, so Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>