nfc: microread: Remove useless irq field
authorChristophe Ricard <christophe.ricard@gmail.com>
Wed, 23 Dec 2015 22:45:23 +0000 (23:45 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 29 Dec 2015 18:06:22 +0000 (19:06 +0100)
In microread_i2c_phy, irq field is never used.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/microread/i2c.c

index daf3525..918e8f2 100644 (file)
@@ -50,8 +50,6 @@ struct microread_i2c_phy {
        struct i2c_client *i2c_dev;
        struct nfc_hci_dev *hdev;
 
-       int irq;
-
        int hard_fault;         /*
                                 * < 0 if hardware error occured (e.g. i2c err)
                                 * and prevents normal operation.