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:
parent
30326c5126
commit
dad8c5cef7
@ -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");
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user