Remove unneeded headers from clk_link.c

There is no OFW/FDT specific code in this file so the ofw headers can
be removed.

Sponsored by:	Innovate UK
This commit is contained in:
Andrew Turner 2022-10-28 17:44:33 +01:00
parent 701923e2a4
commit 83de695791

View File

@ -40,8 +40,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
#include <dev/extres/clk/clk_link.h>
static int clknode_link_init(struct clknode *clk, device_t dev);