Skip to content

Commit

Permalink
NFC: Move pn544.h to linux/platform_data/
Browse files Browse the repository at this point in the history
The pn544.h just provides the platform data struct and defines and
nothing else. So move it to to linux/platform_data/ now.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Marcel Holtmann authored and Samuel Ortiz committed Nov 19, 2012
1 parent d962ec4 commit 61cdb01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nfc/pn544/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/interrupt.h>
#include <linux/delay.h>

#include <linux/nfc/pn544.h>
#include <linux/platform_data/pn544.h>

#include <net/nfc/hci.h>
#include <net/nfc/llc.h>
Expand Down
File renamed without changes.

0 comments on commit 61cdb01

Please sign in to comment.