opnsense-src/sys/dev/fb
Dimitry Andric 09ed6ce409 Adjust fbd_list() definition to avoid clang 15 warning
With clang 15, the following -Werror warnings is produced:

    sys/dev/fb/fbd.c:205:9: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    fbd_list()
            ^
             void

This is because fbd_list() is declared with a (void) argument list, but
defined with an empty argument list. Make the definition match the
declaration.

MFC after:	3 days

(cherry picked from commit 9863e501c8)
2022-07-23 10:56:43 +02:00
..
fb.c fb: Remove some unused ioctls 2021-12-21 10:21:26 +01:00
fb_if.m fb_if: remove unused method 2021-01-22 00:18:39 +01:00
fbd.c Adjust fbd_list() definition to avoid clang 15 warning 2022-07-23 10:56:43 +02:00
fbreg.h Remove sparc64 kernel support 2020-02-03 17:35:11 +00:00
s3_pci.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
splash.c Revert r327828, r327949, r327953, r328016-r328026, r328041: 2018-01-21 15:42:36 +00:00
splash_bmp.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
splash_pcx.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
splash_txt.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
splashreg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vesa.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
vesa.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vga.c i386: Merge PAE and non-PAE pmaps into same kernel. 2019-01-30 02:07:13 +00:00
vgareg.h i386: Merge PAE and non-PAE pmaps into same kernel. 2019-01-30 02:07:13 +00:00