diff --git a/debian/patches/debian/android-enable-building-ashmem-and-binder-as-modules.patch b/debian/patches/debian/android-enable-building-ashmem-and-binder-as-modules.patch index 2f44ad105..30fa01e59 100644 --- a/debian/patches/debian/android-enable-building-ashmem-and-binder-as-modules.patch +++ b/debian/patches/debian/android-enable-building-ashmem-and-binder-as-modules.patch @@ -71,3 +71,14 @@ need them. device_initcall(ashmem_init); + +MODULE_LICENSE("GPL v2"); +--- a/drivers/android/binder_alloc.c ++++ b/drivers/android/binder_alloc.c +@@ -42,7 +42,7 @@ enum { + }; + static uint32_t binder_alloc_debug_mask; + +-module_param_named(debug_mask, binder_alloc_debug_mask, ++module_param_named(alloc_debug_mask, binder_alloc_debug_mask, + uint, 0644); + + #define binder_alloc_debug(mask, x...) \