On Mon, Nov 02, 2020 at 11:21:04PM -0800, Moritz Fischer wrote: > From: Xu Yilun <yilun.xu@xxxxxxxxx> > > Now the dfl drivers could be made as independent modules and put in > different folders according to their functionalities. In order for > scattered dfl device drivers to include dfl bus APIs, move the > dfl bus APIs to a new header file in the public folder. > > [mdf@xxxxxxxxxx: Fixed up header guards to match filename] > Signed-off-by: Xu Yilun <yilun.xu@xxxxxxxxx> > Reviewed-by: Tom Rix <trix@xxxxxxxxxx> > Acked-by: Wu Hao <hao.wu@xxxxxxxxx> > Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx> > --- > MAINTAINERS | 1 + > drivers/fpga/dfl.c | 1 + > drivers/fpga/dfl.h | 72 ------------------------------------- > include/linux/dfl.h | 86 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 88 insertions(+), 72 deletions(-) > create mode 100644 include/linux/dfl.h Why move this if there is no in-kernel users? greg k-h