]> git.karo-electronics.de Git - linux-beck.git/commit
misc: mic: Enable VOP debugfs and driver build
authorSudeep Dutt <sudeep.dutt@intel.com>
Mon, 8 Feb 2016 23:48:17 +0000 (15:48 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:32:37 +0000 (17:32 -0800)
commit8810df37762746657cfe84014a8f30758e8f366a
treee3f75fbeaa45cfea2356a8106ce820aa9b2017f1
parentc1becd2849681e8be1043d2ce9034a9d9bb3d540
misc: mic: Enable VOP debugfs and driver build

This patch moves the virtio specific debugfs hooks previously in
mic_debugfs.c in the MIC host driver into the VOP driver. The
Kconfig/Makefile is also updated to allow building the VOP driver.

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/Kconfig
drivers/misc/mic/Makefile
drivers/misc/mic/vop/Makefile [new file with mode: 0644]
drivers/misc/mic/vop/vop_debugfs.c [new file with mode: 0644]