freebsd-dev/sys/dev/neta
Bjoern A. Zeeb 25adbd0b8c neta: cleanup warning
mvneta_find_ethernet_prop_switch() is file-local static to
if_mvneta_fdt.c.  Normally we would not need a function declararion
but in case MVNETA_DEBUG is set it becomes public.  Move the
function declaration from if_mvneta.c to if_mvneta_fdt.c to avoid
a warning during each compile.
2021-09-29 12:37:16 +00:00
..
if_mvneta_fdt.c neta: cleanup warning 2021-09-29 12:37:16 +00:00
if_mvneta.c neta: cleanup warning 2021-09-29 12:37:16 +00:00
if_mvnetareg.h
if_mvnetavar.h mvneta: split to FDT and generic part 2021-09-21 09:38:38 +02:00