opnsense-src/sys/dev/smartpqi
Dimitry Andric 105f9406c9 Adjust check_struct_sizes() definition to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/dev/smartpqi/smartpqi_helper.c:374:19: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    check_struct_sizes()
                      ^
                       void

This is because check_struct_sizes() 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 fb1c21688c)
2022-07-29 20:31:13 +02:00
..
smartpqi_cam.c Update smartqpi driver to vendor's latest submission 2022-03-09 13:52:23 -07:00
smartpqi_cmd.c
smartpqi_defines.h Update smartqpi driver to vendor's latest submission 2022-03-09 13:52:23 -07:00
smartpqi_discovery.c
smartpqi_event.c
smartpqi_helper.c Adjust check_struct_sizes() definition to avoid clang 15 warning 2022-07-29 20:31:13 +02:00
smartpqi_includes.h
smartpqi_init.c Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a 2022-03-09 13:52:23 -07:00
smartpqi_intr.c
smartpqi_ioctl.c
smartpqi_ioctl.h
smartpqi_main.c Update smartqpi driver to vendor's latest submission 2022-03-09 13:52:23 -07:00
smartpqi_mem.c
smartpqi_misc.c
smartpqi_prototypes.h smartpqi: Remove stray declaration 2022-03-09 13:52:23 -07:00
smartpqi_queue.c
smartpqi_request.c Update smartqpi driver to vendor's latest submission 2022-03-09 13:52:23 -07:00
smartpqi_response.c
smartpqi_sis.c
smartpqi_structures.h smartpqi(4): Fix a typo in a source code comment 2022-04-09 08:17:49 +02:00
smartpqi_tag.c