Include sys/malloc.h directly in the qoriq clock

We depend on header pollution to include sys/malloc.h. Include it
directly to fix the no-FDT build.
This commit is contained in:
Andrew Turner 2022-11-03 09:41:05 +00:00
parent cc72012d42
commit 81bdc9ebe3

View File

@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/malloc.h>
#include <dev/extres/clk/clk.h>
#include <dev/extres/clk/clk_fixed.h>