NFC: NCI: move generic spi driver to a module
[deliverable/linux.git] / net / nfc / nci / spi.c
index ec250e77763a1d1e23f0560c151972ce274f82bc..25153d0e33cf7fdf3265356b2c5d45b3734f7eb3 100644 (file)
@@ -18,6 +18,8 @@
 
 #define pr_fmt(fmt) "nci_spi: %s: " fmt, __func__
 
+#include <linux/module.h>
+
 #include <linux/export.h>
 #include <linux/spi/spi.h>
 #include <linux/crc-ccitt.h>
@@ -320,3 +322,5 @@ done:
        return skb;
 }
 EXPORT_SYMBOL_GPL(nci_spi_read);
+
+MODULE_LICENSE("GPL");
This page took 0.0332 seconds and 5 git commands to generate.