diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-12-24 01:45:12 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-12-29 21:06:17 +0300 |
commit | ba2c231cbcbd5fdd6335b0839f7bf4a08f208e4e (patch) | |
tree | aed38fba83b199e758d16439677cb1532b65cbab /drivers/nfc/st-nci/se.c | |
parent | dfa8070d7f641e1fb1b5e5fe643faddfa4869e07 (diff) | |
download | linux-ba2c231cbcbd5fdd6335b0839f7bf4a08f208e4e.tar.xz |
nfc: st-nci: 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/st-nci/se.c')
-rw-r--r-- | drivers/nfc/st-nci/se.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/se.c b/drivers/nfc/st-nci/se.c index dbab722a0654..aa692dabee76 100644 --- a/drivers/nfc/st-nci/se.c +++ b/drivers/nfc/st-nci/se.c @@ -392,7 +392,6 @@ void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe, } EXPORT_SYMBOL_GPL(st_nci_hci_event_received); - void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd, struct sk_buff *skb) { |