opnsense-src/sys/dev/agp
Dimitry Andric ac1daaa6f8 Adjust agp_find_device() definition in agp.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/dev/agp/agp.c:910:16: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    agp_find_device()
                   ^
                    void

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

MFC after:	3 days

(cherry picked from commit c0817e2aba)
2022-07-19 20:02:06 +02:00
..
agp.c Adjust agp_find_device() definition in agp.c to avoid clang 15 warning 2022-07-19 20:02:06 +02:00
agp_ali.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_amd.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_amd64.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_apple.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_ati.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_i810.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_i810.h Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2022-02-08 15:00:55 -05:00
agp_if.m
agp_intel.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_nvidia.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_sis.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agp_via.c agp: clean up empty lines in .c and .h files 2020-09-01 21:35:39 +00:00
agppriv.h
agpreg.h
agpvar.h