提交 ba2c231c 编写于 作者: C Christophe Ricard 提交者: Samuel Ortiz

nfc: st-nci: Code cleanup

A few code cleanups, mostly empty lines removal.
Signed-off-by: NChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 dfa8070d
...@@ -425,7 +425,6 @@ static struct i2c_driver st_nci_i2c_driver = { ...@@ -425,7 +425,6 @@ static struct i2c_driver st_nci_i2c_driver = {
.id_table = st_nci_i2c_id_table, .id_table = st_nci_i2c_id_table,
.remove = st_nci_i2c_remove, .remove = st_nci_i2c_remove,
}; };
module_i2c_driver(st_nci_i2c_driver); module_i2c_driver(st_nci_i2c_driver);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
...@@ -392,7 +392,6 @@ void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe, ...@@ -392,7 +392,6 @@ void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe,
} }
EXPORT_SYMBOL_GPL(st_nci_hci_event_received); EXPORT_SYMBOL_GPL(st_nci_hci_event_received);
void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd, void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd,
struct sk_buff *skb) struct sk_buff *skb)
{ {
......
...@@ -437,7 +437,6 @@ static struct spi_driver st_nci_spi_driver = { ...@@ -437,7 +437,6 @@ static struct spi_driver st_nci_spi_driver = {
.id_table = st_nci_spi_id_table, .id_table = st_nci_spi_id_table,
.remove = st_nci_spi_remove, .remove = st_nci_spi_remove,
}; };
module_spi_driver(st_nci_spi_driver); module_spi_driver(st_nci_spi_driver);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册