Skip to content

Commit

Permalink
nfc: microread: Remove useless irq field
Browse files Browse the repository at this point in the history
In microread_i2c_phy, irq field is never used.

Signed-off-by: Christophe Ricard <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
cricard13 authored and Samuel Ortiz committed Dec 29, 2015
1 parent 0b0a264 commit 3897de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/nfc/microread/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3897de6

Please sign in to comment.