freebsd-dev/sys/isa
Dimitry Andric 24e8823ef5 Adjust function definition in isa's pnp.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/isa/pnp.c:118:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    pnp_send_initiation_key()
                           ^
                            void

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

MFC after:	3 days
2022-07-27 21:13:59 +02:00
..
isa_common.c Remove isa_devclass from ISA bus drivers. 2022-05-06 15:39:28 -07:00
isa_common.h Remove isa_devclass from ISA bus drivers. 2022-05-06 15:39:28 -07:00
isa_dmareg.h
isa_if.m
isahint.c
isareg.h
isavar.h Remove isab_devclass from ISA bridge drivers. 2022-05-06 15:39:28 -07:00
pnp.c Adjust function definition in isa's pnp.c to avoid clang 15 warning 2022-07-27 21:13:59 +02:00
pnpparse.c sys/isa: Use C99 fixed-width integer types. 2021-12-28 09:41:57 -08:00
pnpreg.h
pnpvar.h
rtc.h
syscons_isa.c isa: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
vga_isa.c isa: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00