diff options
Diffstat (limited to 'include/net/nfc/nfc.h')
-rw-r--r-- | include/net/nfc/nfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index 6431f5e39022..6735909f826d 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -89,7 +89,7 @@ struct nfc_target { | |||
89 | }; | 89 | }; |
90 | 90 | ||
91 | struct nfc_genl_data { | 91 | struct nfc_genl_data { |
92 | u32 poll_req_pid; | 92 | u32 poll_req_portid; |
93 | struct mutex genl_data_mutex; | 93 | struct mutex genl_data_mutex; |
94 | }; | 94 | }; |
95 | 95 | ||