diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 04:19:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 14:43:49 -0400 |
commit | 55eb94f9e923cba376cdf48ea5ab28d81116bead (patch) | |
tree | 9b70d091a80087bcc02d261b50e335c8b1cca163 | |
parent | 8b3fe7b591b3c50061a8701f8eda14033420577b (diff) |
NFC: move nfc.h from include/net to include/net/nfc
The file nfc.h was moved from include/net to include/net/nfc,
since new NFC header files will be added to include/net/nfc.
Signed-off-by: Ilan Elias <ilane@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | drivers/nfc/pn533.c | 2 | ||||
-rw-r--r-- | include/net/nfc/nfc.h (renamed from include/net/nfc.h) | 0 | ||||
-rw-r--r-- | net/nfc/nfc.h | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ce0e60c7b07a..1789ce22ea8c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4508,7 +4508,7 @@ L: linux-wireless@vger.kernel.org | |||
4508 | S: Maintained | 4508 | S: Maintained |
4509 | F: net/nfc/ | 4509 | F: net/nfc/ |
4510 | F: include/linux/nfc.h | 4510 | F: include/linux/nfc.h |
4511 | F: include/net/nfc.h | 4511 | F: include/net/nfc/ |
4512 | F: drivers/nfc/ | 4512 | F: drivers/nfc/ |
4513 | 4513 | ||
4514 | NFS, SUNRPC, AND LOCKD CLIENTS | 4514 | NFS, SUNRPC, AND LOCKD CLIENTS |
diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index c78eb6afd0cb..7bcb1febef0d 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <linux/usb.h> | 28 | #include <linux/usb.h> |
29 | #include <linux/nfc.h> | 29 | #include <linux/nfc.h> |
30 | #include <linux/netdevice.h> | 30 | #include <linux/netdevice.h> |
31 | #include <net/nfc.h> | 31 | #include <net/nfc/nfc.h> |
32 | 32 | ||
33 | #define VERSION "0.1" | 33 | #define VERSION "0.1" |
34 | 34 | ||
diff --git a/include/net/nfc.h b/include/net/nfc/nfc.h index 6a7f602aa841..6a7f602aa841 100644 --- a/include/net/nfc.h +++ b/include/net/nfc/nfc.h | |||
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index 1a877de8e230..b6753f45624e 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef __LOCAL_NFC_H | 24 | #ifndef __LOCAL_NFC_H |
25 | #define __LOCAL_NFC_H | 25 | #define __LOCAL_NFC_H |
26 | 26 | ||
27 | #include <net/nfc.h> | 27 | #include <net/nfc/nfc.h> |
28 | #include <net/sock.h> | 28 | #include <net/sock.h> |
29 | 29 | ||
30 | __attribute__((format (printf, 2, 3))) | 30 | __attribute__((format (printf, 2, 3))) |