aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@linux.intel.com>2012-09-18 19:25:38 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-25 00:17:27 +0200
commit80faa59847108d48928fac41b4817ef21ca108a9 (patch)
treeb23c8db404df068912d015c2c0dd5641483f60cf /net/nfc
parentNFC: Fix LLC registration definitions for ANSI compliance (diff)
downloadlinux-dev-80faa59847108d48928fac41b4817ef21ca108a9.tar.xz
linux-dev-80faa59847108d48928fac41b4817ef21ca108a9.zip
NFC: Add HCI module description
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/hci/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/hci/core.c b/net/nfc/hci/core.c
index c1129c22d835..d378d93de62e 100644
--- a/net/nfc/hci/core.c
+++ b/net/nfc/hci/core.c
@@ -868,3 +868,4 @@ subsys_initcall(nfc_hci_init);
module_exit(nfc_hci_exit);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("NFC HCI Core");