Skip to content

Commit 55eb94f

Browse files
Ilan Eliaslinvjw
authored andcommitted
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 <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 8b3fe7b commit 55eb94f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4508,7 +4508,7 @@ L: [email protected]
45084508
S: Maintained
45094509
F: net/nfc/
45104510
F: include/linux/nfc.h
4511-
F: include/net/nfc.h
4511+
F: include/net/nfc/
45124512
F: drivers/nfc/
45134513

45144514
NFS, SUNRPC, AND LOCKD CLIENTS

drivers/nfc/pn533.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <linux/usb.h>
2929
#include <linux/nfc.h>
3030
#include <linux/netdevice.h>
31-
#include <net/nfc.h>
31+
#include <net/nfc/nfc.h>
3232

3333
#define VERSION "0.1"
3434

File renamed without changes.

net/nfc/nfc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef __LOCAL_NFC_H
2525
#define __LOCAL_NFC_H
2626

27-
#include <net/nfc.h>
27+
#include <net/nfc/nfc.h>
2828
#include <net/sock.h>
2929

3030
__attribute__((format (printf, 2, 3)))

0 commit comments

Comments
 (0)