|
@@ -9,6 +9,7 @@
|
|
|
* 2 of the Licence, or (at your option) any later version.
|
|
|
*/
|
|
|
|
|
|
+#include <linux/module.h>
|
|
|
#include <linux/export.h>
|
|
|
#include <linux/oid_registry.h>
|
|
|
#include <linux/kernel.h>
|
|
@@ -16,6 +17,10 @@
|
|
|
#include <linux/bug.h>
|
|
|
#include "oid_registry_data.c"
|
|
|
|
|
|
+MODULE_DESCRIPTION("OID Registry");
|
|
|
+MODULE_AUTHOR("Red Hat, Inc.");
|
|
|
+MODULE_LICENSE("GPL");
|
|
|
+
|
|
|
/**
|
|
|
* look_up_OID - Find an OID registration for the specified data
|
|
|
* @data: Binary representation of the OID
|