Date: Sun, 15 May 2016 14:43:52 +0000 (UTC) From: Michal Meloun <mmel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299853 - head/sys/dev/gpio Message-ID: <201605151443.u4FEhqSf066205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmel Date: Sun May 15 14:43:52 2016 New Revision: 299853 URL: https://svnweb.freebsd.org/changeset/base/299853 Log: OFWGPIOBUS: Make ofwgpiobus_devclass externaly visible. It's needed for binding of gpio controllers. Modified: head/sys/dev/gpio/ofw_gpiobus.c Modified: head/sys/dev/gpio/ofw_gpiobus.c ============================================================================== --- head/sys/dev/gpio/ofw_gpiobus.c Sun May 15 14:39:41 2016 (r299852) +++ head/sys/dev/gpio/ofw_gpiobus.c Sun May 15 14:43:52 2016 (r299853) @@ -569,7 +569,7 @@ static device_method_t ofw_gpiobus_metho DEVMETHOD_END }; -static devclass_t ofwgpiobus_devclass; +devclass_t ofwgpiobus_devclass; DEFINE_CLASS_1(gpiobus, ofw_gpiobus_driver, ofw_gpiobus_methods, sizeof(struct gpiobus_softc), gpiobus_driver);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605151443.u4FEhqSf066205>