On Mon, Oct 29, 2018 at 5:22 AM Peng Hao <peng.hao2@xxxxxxxxxx> wrote: > > move pvpanic.c from drivers/platform/x86 to drivers/misc. > following patches will use pvpanic device in arm64. > > Signed-off-by: Peng Hao <peng.hao2@xxxxxxxxxx> > --- > drivers/misc/Kconfig | 7 +++ > drivers/misc/Makefile | 1 + > drivers/misc/pvpanic.c | 124 +++++++++++++++++++++++++++++++++++++++++ > drivers/platform/Kconfig | 3 + > drivers/platform/Makefile | 1 + > drivers/platform/x86/Kconfig | 8 --- > drivers/platform/x86/Makefile | 1 - > drivers/platform/x86/pvpanic.c | 124 ----------------------------------------- As I mentioned you better to use -C -M. This is currently a bit hard to review. -- With Best Regards, Andy Shevchenko