summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJihoon Jung <jh8801.jung@samsung.com>2016-04-29 10:56:28 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:51:16 +0900
commit9e9400c960c7c12f668af15d38830d0afd340651 (patch)
tree6e28b8ce687c40b845daf6085496e44e76343ff1 /include/linux
parent893bf6355ab22831d8427a78cf9b16c5f957087d (diff)
nfc: change driver from neard interface to legacy sec-nfc
This enable the legacy nfc driver instead of neard interface. It is required for nfc-manager and lsi nfc plugin implementation. Change-Id: Ia77f105262e5c4899806e6310be6ae9cbc013ec9 Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'include/linux')
-rwxr-xr-xinclude/linux/nfc/sec_nfc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/nfc/sec_nfc.h b/include/linux/nfc/sec_nfc.h
index ed6e2952b848..866cce534ba8 100755
--- a/include/linux/nfc/sec_nfc.h
+++ b/include/linux/nfc/sec_nfc.h
@@ -55,14 +55,14 @@
/* gpio pin configuration */
struct sec_nfc_platform_data {
- int irq;
- int ven;
+ unsigned int irq;
+ unsigned int ven;
#ifdef CONFIG_NFC_N5_PMC8974_CLK_REQ
int firm;
int wake;
#else
- int firm;
- int wake;
+ unsigned int firm;
+ unsigned int wake;
#endif
unsigned int tvdd;
unsigned int avdd;