Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6e57ec6 authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz
Browse files

nfc: st21nfca: Code cleanup



A few code cleanups, mostly empty lines removal.

Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent ba2c231c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -731,7 +731,6 @@ static struct i2c_driver st21nfca_hci_i2c_driver = {
	.id_table = st21nfca_hci_i2c_id_table,
	.remove = st21nfca_hci_i2c_remove,
};

module_i2c_driver(st21nfca_hci_i2c_driver);

MODULE_LICENSE("GPL");
+2 −2

File changed.

Contains only whitespace changes.