Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[cascardo/linux.git] / include / net / nfc / nfc.h
index 87a6417..5eb80bb 100644 (file)
@@ -122,6 +122,8 @@ struct nfc_dev {
 
        bool shutting_down;
 
+       struct rfkill *rfkill;
+
        struct nfc_ops *ops;
 };
 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev)