diff options
Diffstat (limited to 'recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch')
| -rw-r--r-- | recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch index a3325ce6..287170cb 100644 --- a/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch +++ b/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch | |||
| @@ -34,19 +34,6 @@ index 0b9ef3f..04957a8 100644 | |||
| 34 | if (!uxen_hcbase) { | 34 | if (!uxen_hcbase) { |
| 35 | ret = -ENOMEM; | 35 | ret = -ENOMEM; |
| 36 | goto out; | 36 | goto out; |
| 37 | @@ -149,8 +154,11 @@ static void __exit uxen_hypercall_exit(void) | ||
| 38 | { | ||
| 39 | } | ||
| 40 | |||
| 41 | + | ||
| 42 | +#define KBUILD_MODFILE "uxenhc" | ||
| 43 | + | ||
| 44 | module_init(uxen_hypercall_init); | ||
| 45 | module_exit(uxen_hypercall_exit); | ||
| 46 | +MODULE_LICENSE("GPL"); | ||
| 47 | MODULE_AUTHOR("paulian.marinca@bromium.com"); | ||
| 48 | MODULE_DESCRIPTION("uXen hypercall support"); | ||
| 49 | -MODULE_LICENSE("GPL"); | ||
| 50 | diff --git a/v4vvsock/v4v_vsock.c b/v4vvsock/v4v_vsock.c | 37 | diff --git a/v4vvsock/v4v_vsock.c b/v4vvsock/v4v_vsock.c |
| 51 | index 8d80d7d..cd7e8ce 100644 | 38 | index 8d80d7d..cd7e8ce 100644 |
| 52 | --- a/v4vvsock/v4v_vsock.c | 39 | --- a/v4vvsock/v4v_vsock.c |
