summaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2025-05-20 11:00:46 +0200
committerHelge Deller <deller@gmx.de>2025-05-20 18:01:02 +0200
commit7cbb015e2d3d6f180256cde0c908eab21268e7b9 (patch)
tree58a45432dce3b63c7ee122d119367f14903ec869 /net/lapb/lapb_timer.c
parentcccaea1d66e94bd42170c9372964a2ce62418fb1 (diff)
parisc: fix building with gcc-15
The decompressor is built with the default C dialect, which is now gnu23 on gcc-15, and this clashes with the kernel's bool type definition: In file included from include/uapi/linux/posix_types.h:5, from arch/parisc/boot/compressed/misc.c:7: include/linux/stddef.h:11:9: error: cannot use keyword 'false' as enumeration constant 11 | false = 0, Add the -std=gnu11 argument here, as we do for all other architectures. Cc: stable@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions