svn commit: r302584 - head/sys/arm/allwinner

Jared McNeill jmcneill at FreeBSD.org
Mon Jul 11 19:58:01 UTC 2016


Author: jmcneill
Date: Mon Jul 11 19:58:00 2016
New Revision: 302584
URL: https://svnweb.freebsd.org/changeset/base/302584

Log:
  Remove unused bus_space prototypes.

Modified:
  head/sys/arm/allwinner/a10_ehci.c

Modified: head/sys/arm/allwinner/a10_ehci.c
==============================================================================
--- head/sys/arm/allwinner/a10_ehci.c	Mon Jul 11 17:31:30 2016	(r302583)
+++ head/sys/arm/allwinner/a10_ehci.c	Mon Jul 11 19:58:00 2016	(r302584)
@@ -88,9 +88,6 @@ __FBSDID("$FreeBSD$");
 static device_attach_t a10_ehci_attach;
 static device_detach_t a10_ehci_detach;
 
-bs_r_1_proto(reversed);
-bs_w_1_proto(reversed);
-
 struct aw_ehci_softc {
 	ehci_softc_t	sc;
 	clk_t		clk;


More information about the svn-src-all mailing list