nfc: uapi: use kernel size_t to fix user-space builds
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 26 Dec 2021 12:03:47 +0000 (13:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jan 2022 11:42:37 +0000 (12:42 +0100)
commit7b006d5a5aad0c6a2658abcc4db25b65449f9113
tree3203391b1f8753d80b2f8e2573cbb96908d89756
parentf68599581067e8a5a8901ba9eb270b4519690e26
nfc: uapi: use kernel size_t to fix user-space builds

commit 79b69a83705e621b258ac6d8ae6d3bfdb4b930aa upstream.

Fix user-space builds if it includes /usr/include/linux/nfc.h before
some of other headers:

  /usr/include/linux/nfc.h:281:9: error: unknown type name ‘size_t’
    281 |         size_t service_name_len;
        |         ^~~~~~

Fixes: d646960f7986 ("NFC: Initial LLCP support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/nfc.h