diff options
Diffstat (limited to 'net/nfc/netlink.c')
-rw-r--r-- | net/nfc/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/netlink.c b/net/nfc/netlink.c index a3dee05cb64b..84b7e3ea7b7a 100644 --- a/net/nfc/netlink.c +++ b/net/nfc/netlink.c | |||
@@ -1284,7 +1284,7 @@ struct se_io_ctx { | |||
1284 | u32 se_idx; | 1284 | u32 se_idx; |
1285 | }; | 1285 | }; |
1286 | 1286 | ||
1287 | void se_io_cb(void *context, u8 *apdu, size_t apdu_len, int err) | 1287 | static void se_io_cb(void *context, u8 *apdu, size_t apdu_len, int err) |
1288 | { | 1288 | { |
1289 | struct se_io_ctx *ctx = context; | 1289 | struct se_io_ctx *ctx = context; |
1290 | struct sk_buff *msg; | 1290 | struct sk_buff *msg; |