freebsd-dev/sys/dev/smartpqi
Dimitry Andric fb1c21688c 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
2022-07-26 19:59:55 +02:00
..
smartpqi_cam.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_cmd.c
smartpqi_defines.h Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_discovery.c
smartpqi_event.c
smartpqi_helper.c Adjust check_struct_sizes() definition to avoid clang 15 warning 2022-07-26 19:59:55 +02:00
smartpqi_includes.h
smartpqi_init.c
smartpqi_intr.c
smartpqi_ioctl.c
smartpqi_ioctl.h
smartpqi_main.c smartpqi: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
smartpqi_mem.c smartpqi: Allocate DMA memory NOWAIT 2022-06-27 11:06:31 -06:00
smartpqi_misc.c
smartpqi_prototypes.h
smartpqi_queue.c
smartpqi_request.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_response.c
smartpqi_sis.c
smartpqi_structures.h smartpqi(4): Fix a typo in a source code comment 2022-04-02 15:21:45 +02:00
smartpqi_tag.c