diff options
author | Ilan Elias <ilane@ti.com> | 2011-09-18 10:19:34 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-20 20:43:49 +0200 |
commit | 55eb94f9e923cba376cdf48ea5ab28d81116bead (patch) | |
tree | 9b70d091a80087bcc02d261b50e335c8b1cca163 /drivers/nfc | |
parent | NFC: Add dev_up and dev_down control operations (diff) | |
download | linux-55eb94f9e923cba376cdf48ea5ab28d81116bead.tar.xz linux-55eb94f9e923cba376cdf48ea5ab28d81116bead.zip |
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>
Diffstat (limited to 'drivers/nfc')
-rw-r--r-- | drivers/nfc/pn533.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ #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" |