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:
Ilan Elias
2011-09-18 11:19:34 +03:00
committed by John W. Linville
parent 8b3fe7b591
commit 55eb94f9e9
4 changed files with 3 additions and 3 deletions

View File

@@ -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"