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>
This commit is contained in:
parent
8b3fe7b591
commit
55eb94f9e9
|
@ -4508,7 +4508,7 @@ L: linux-wireless@vger.kernel.org
|
|||
S: Maintained
|
||||
F: net/nfc/
|
||||
F: include/linux/nfc.h
|
||||
F: include/net/nfc.h
|
||||
F: include/net/nfc/
|
||||
F: drivers/nfc/
|
||||
|
||||
NFS, SUNRPC, AND LOCKD CLIENTS
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <linux/usb.h>
|
||||
#include <linux/nfc.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <net/nfc.h>
|
||||
#include <net/nfc/nfc.h>
|
||||
|
||||
#define VERSION "0.1"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __LOCAL_NFC_H
|
||||
#define __LOCAL_NFC_H
|
||||
|
||||
#include <net/nfc.h>
|
||||
#include <net/nfc/nfc.h>
|
||||
#include <net/sock.h>
|
||||
|
||||
__attribute__((format (printf, 2, 3)))
|
||||
|
|
Loading…
Reference in New Issue