Files
twx-linux/include/uapi/linux
Dmitry V. Levin b364fcef96 uapi: fix linux/nfc.h userspace compilation errors
commit 7175f02c4e upstream.

Replace sa_family_t with __kernel_sa_family_t to fix the following
linux/nfc.h userspace compilation errors:

/usr/include/linux/nfc.h:266:2: error: unknown type name 'sa_family_t'
  sa_family_t sa_family;
/usr/include/linux/nfc.h:274:2: error: unknown type name 'sa_family_t'
  sa_family_t sa_family;

Fixes: 23b7869c0f ("NFC: add the NFC socket raw protocol")
Fixes: d646960f79 ("NFC: Initial LLCP support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Reviewed-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>
2022-01-05 12:37:45 +01:00
..
2020-06-07 13:18:48 +02:00
2019-09-19 14:22:44 +02:00
2019-09-25 17:51:39 -07:00
2020-05-06 08:15:01 +02:00
2020-10-29 09:58:00 +01:00
2019-10-02 20:32:27 -06:00
2019-11-05 15:50:14 +01:00
2019-09-18 20:17:50 +02:00
2020-06-03 08:21:33 +02:00