summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ofw/ofw_bus.h')
-rw-r--r--sys/dev/ofw/ofw_bus.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ofw/ofw_bus.h b/sys/dev/ofw/ofw_bus.h
index 7f0e50e..f7c7295 100644
--- a/sys/dev/ofw/ofw_bus.h
+++ b/sys/dev/ofw/ofw_bus.h
@@ -76,12 +76,4 @@ ofw_bus_map_intr(device_t dev, phandle_t iparent, int icells, pcell_t *intr)
return (OFW_BUS_MAP_INTR(dev, dev, iparent, icells, intr));
}
-static __inline int
-ofw_bus_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells,
- pcell_t *gpios, uint32_t *pin, uint32_t *flags)
-{
- return (OFW_BUS_MAP_GPIOS(bus, dev, gparent, gcells, gpios, pin,
- flags));
-}
-
#endif /* !_DEV_OFW_OFW_BUS_H_ */
OpenPOWER on IntegriCloud