drop also obsolete hyper-v.dummy_ko.c after kmp removal

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=43
This commit is contained in:
Olaf Hering 2012-11-14 13:53:26 +00:00 committed by Git OBS Bridge
parent 30326c5126
commit dad8c5cef7
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
#include <linux/init.h>
#include <linux/module.h>
static int __init hv_suse_kmp_dummy_init(void)
{
return 0;
}
static void __exit hv_suse_kmp_dummy_exit(void)
{
}
module_init(hv_suse_kmp_dummy_init);
module_exit(hv_suse_kmp_dummy_exit);
MODULE_LICENSE("GPL");

View File

@ -29,7 +29,6 @@ Supplements: modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)
Url: http://www.kernel.org Url: http://www.kernel.org
Version: 4 Version: 4
Release: 0 Release: 0
Source4: hyper-v.dummy_ko.c
Source5: hyper-v.kvptest.ps1.txt Source5: hyper-v.kvptest.ps1.txt
Source9: hyper-v.include.linux.hyperv.h Source9: hyper-v.include.linux.hyperv.h
Source10: hyper-v.tools.hv.hv_kvp_daemon.c Source10: hyper-v.tools.hv.hv_kvp_daemon.c