diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-23 17:05:37 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-25 18:20:03 +0100 |
commit | dc42143b8468b1fe6385962d1d78ddadc76c5168 (patch) | |
tree | dd6a5208fd5f66992f19112b7bfb04493b9a1e44 /drivers/nfc/st-nci/core.c | |
parent | 9abebb8a10ce93db45327bd3a4d06801e6db92f2 (diff) | |
download | op-kernel-dev-dc42143b8468b1fe6385962d1d78ddadc76c5168.zip op-kernel-dev-dc42143b8468b1fe6385962d1d78ddadc76c5168.tar.gz |
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>
Diffstat (limited to 'drivers/nfc/st-nci/core.c')
-rw-r--r-- | drivers/nfc/st-nci/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/core.c b/drivers/nfc/st-nci/core.c index c419d39..8d1fdd2 100644 --- a/drivers/nfc/st-nci/core.c +++ b/drivers/nfc/st-nci/core.c @@ -24,7 +24,7 @@ #include <linux/delay.h> #include "st-nci.h" -#include "st-nci_se.h" +#include "se.h" #define DRIVER_DESC "NCI NFC driver for ST_NCI" |