nfc: st21nfca: Code cleanup
A few code cleanups, mostly empty lines removal. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
ba2c231cbc
commit
a6e57ec6d9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue