diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-12-23 23:45:13 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-12-29 19:06:18 +0100 |
commit | a6e57ec6d96914d874b8809e0e1432a4dff23e45 (patch) | |
tree | bf074db212ae460227dc06c8273a255f48a972d0 /drivers/nfc/st21nfca/i2c.c | |
parent | ba2c231cbcbd5fdd6335b0839f7bf4a08f208e4e (diff) | |
download | linux-stable-a6e57ec6d96914d874b8809e0e1432a4dff23e45.tar.gz linux-stable-a6e57ec6d96914d874b8809e0e1432a4dff23e45.tar.bz2 linux-stable-a6e57ec6d96914d874b8809e0e1432a4dff23e45.zip |
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>
Diffstat (limited to 'drivers/nfc/st21nfca/i2c.c')
-rw-r--r-- | drivers/nfc/st21nfca/i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index ae1653444549..75ab2ef3253b 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -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"); |