dect
/
linux-2.6
Archived
13
0
Fork 0

NFC: Add netlink module alias for NFC

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2012-06-12 16:54:16 +02:00 committed by John W. Linville
parent 1155bb617a
commit 5df16cad44
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <linux/slab.h>
#include <linux/nfc.h>
#include <net/genetlink.h>
#include "nfc.h"
#define VERSION "0.1"
@ -925,3 +927,4 @@ MODULE_DESCRIPTION("NFC Core ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL");
MODULE_ALIAS_NETPROTO(PF_NFC);
MODULE_ALIAS_GENL_FAMILY(NFC_GENL_NAME);