diff options
Diffstat (limited to 'net/nfc')
-rw-r--r-- | net/nfc/nfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index 7d589a81942e..3dd4232ae664 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h | |||
@@ -84,7 +84,7 @@ static inline int nfc_llcp_set_remote_gb(struct nfc_dev *dev, | |||
84 | return 0; | 84 | return 0; |
85 | } | 85 | } |
86 | 86 | ||
87 | static inline u8 *nfc_llcp_general_bytes(struct nfc_dev *dev, u8 *gb_len) | 87 | static inline u8 *nfc_llcp_general_bytes(struct nfc_dev *dev, size_t *gb_len) |
88 | { | 88 | { |
89 | *gb_len = 0; | 89 | *gb_len = 0; |
90 | return NULL; | 90 | return NULL; |