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

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Tue Apr 18 06:58:05 UTC 2017


Author: ganbold
Date: Tue Apr 18 06:58:04 2017
New Revision: 317078
URL: https://svnweb.freebsd.org/changeset/base/317078

Log:
  Remove function declaration that doesn't exist.

Modified:
  head/sys/arm/allwinner/a10_gpio.h

Modified: head/sys/arm/allwinner/a10_gpio.h
==============================================================================
--- head/sys/arm/allwinner/a10_gpio.h	Tue Apr 18 03:40:36 2017	(r317077)
+++ head/sys/arm/allwinner/a10_gpio.h	Tue Apr 18 06:58:04 2017	(r317078)
@@ -32,6 +32,4 @@
 #define	A10_GPIO_FUNC_MII	2
 #define	A10_GPIO_FUNC_RGMII	5
 
-int a10_gpio_ethernet_activate(uint32_t);
-
 #endif


More information about the svn-src-all mailing list