Commit 7158cf1d authored by Timothy Pearson's avatar Timothy Pearson Committed by Raptor Engineering Development Team
Browse files

Add missing license declaration call to common OCC file This fixes symbol...

Add missing license declaration call to common OCC file This fixes symbol access errors and taint when built as a module
Signed-off-by: Timothy Pearson's avatarTimothy Pearson <tpearson@raptorengineering.com>
parent e9d6716d
......@@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/mutex.h>
#include <linux/sysfs.h>
#include <linux/module.h>
#include <asm/unaligned.h>
#include "common.h"
......@@ -1390,3 +1391,5 @@ void occ_shutdown(struct occ *occ)
{
sysfs_remove_group(&occ->bus_dev->kobj, &occ_attr_group);
}
MODULE_LICENSE("GPL");
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment