Browse Source

NFC: st-nci: Rename st-nci_se.c

Rename it to se.c to keep the driver files namespace consistent.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Samuel Ortiz 9 years ago
parent
commit
dc42143b84

+ 1 - 1
drivers/nfc/st-nci/Makefile

@@ -2,7 +2,7 @@
 # Makefile for ST21NFCB NCI based NFC driver
 # Makefile for ST21NFCB NCI based NFC driver
 #
 #
 
 
-st-nci-objs = ndlc.o core.o st-nci_se.o
+st-nci-objs = ndlc.o core.o se.o
 obj-$(CONFIG_NFC_ST_NCI)     += st-nci.o
 obj-$(CONFIG_NFC_ST_NCI)     += st-nci.o
 
 
 st-nci_i2c-objs = i2c.o
 st-nci_i2c-objs = i2c.o

+ 1 - 1
drivers/nfc/st-nci/core.c

@@ -24,7 +24,7 @@
 #include <linux/delay.h>
 #include <linux/delay.h>
 
 
 #include "st-nci.h"
 #include "st-nci.h"
-#include "st-nci_se.h"
+#include "se.h"
 
 
 #define DRIVER_DESC "NCI NFC driver for ST_NCI"
 #define DRIVER_DESC "NCI NFC driver for ST_NCI"
 
 

+ 1 - 1
drivers/nfc/st-nci/st-nci_se.c → drivers/nfc/st-nci/se.c

@@ -23,7 +23,7 @@
 #include <net/nfc/nci_core.h>
 #include <net/nfc/nci_core.h>
 
 
 #include "st-nci.h"
 #include "st-nci.h"
-#include "st-nci_se.h"
+#include "se.h"
 
 
 struct st_nci_pipe_info {
 struct st_nci_pipe_info {
 	u8 pipe_state;
 	u8 pipe_state;

+ 0 - 0
drivers/nfc/st-nci/st-nci_se.h → drivers/nfc/st-nci/se.h


+ 1 - 1
drivers/nfc/st-nci/st-nci.h

@@ -19,7 +19,7 @@
 #ifndef __LOCAL_ST_NCI_H_
 #ifndef __LOCAL_ST_NCI_H_
 #define __LOCAL_ST_NCI_H_
 #define __LOCAL_ST_NCI_H_
 
 
-#include "st-nci_se.h"
+#include "se.h"
 #include "ndlc.h"
 #include "ndlc.h"
 
 
 /* Define private flags: */
 /* Define private flags: */