diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-09-18 13:25:38 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-24 18:17:27 -0400 |
commit | 80faa59847108d48928fac41b4817ef21ca108a9 (patch) | |
tree | b23c8db404df068912d015c2c0dd5641483f60cf /net | |
parent | a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac (diff) |
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')
-rw-r--r-- | net/nfc/hci/core.c | 1 |
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); | |||
868 | module_exit(nfc_hci_exit); | 868 | module_exit(nfc_hci_exit); |
869 | 869 | ||
870 | MODULE_LICENSE("GPL"); | 870 | MODULE_LICENSE("GPL"); |
871 | MODULE_DESCRIPTION("NFC HCI Core"); | ||