Skip to content
Snippets Groups Projects
Commit 87b38156 authored by Nick Terrell's avatar Nick Terrell
Browse files

[contrib][linux-kernel] Fix test warnings

parent 3cda5fae
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@
#define EXPORT_SYMBOL(symbol) \
void* __##symbol = symbol
#define MODULE_LICENSE(license) static char const *const LICENSE = license
#define MODULE_DESCRIPTION(description) \
static char const *const DESCRIPTION = description
#define MODULE_LICENSE(license)
#define MODULE_DESCRIPTION(description)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment