mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
6 lines
172 B
C
6 lines
172 B
C
#include <linux/export.h>
|
|
|
|
#define MODULE_LICENSE(__MODULE_LICENSE_value) \
|
|
static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
|
|
__MODULE_LICENSE_value
|
|
|