Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ilan Elias and committed by
John W. Linville
55eb94f9 8b3fe7b5

+3 -3
+1 -1
MAINTAINERS
··· 4508 4508 S: Maintained 4509 4509 F: net/nfc/ 4510 4510 F: include/linux/nfc.h 4511 - F: include/net/nfc.h 4511 + F: include/net/nfc/ 4512 4512 F: drivers/nfc/ 4513 4513 4514 4514 NFS, SUNRPC, AND LOCKD CLIENTS
+1 -1
drivers/nfc/pn533.c
··· 28 28 #include <linux/usb.h> 29 29 #include <linux/nfc.h> 30 30 #include <linux/netdevice.h> 31 - #include <net/nfc.h> 31 + #include <net/nfc/nfc.h> 32 32 33 33 #define VERSION "0.1" 34 34
include/net/nfc.h include/net/nfc/nfc.h
+1 -1
net/nfc/nfc.h
··· 24 24 #ifndef __LOCAL_NFC_H 25 25 #define __LOCAL_NFC_H 26 26 27 - #include <net/nfc.h> 27 + #include <net/nfc/nfc.h> 28 28 #include <net/sock.h> 29 29 30 30 __attribute__((format (printf, 2, 3)))