svn commit: r309753 - stable/11/sys/arm/allwinner

Emmanuel Vadot manu at FreeBSD.org
Fri Dec 9 19:36:15 UTC 2016


Author: manu
Date: Fri Dec  9 19:36:13 2016
New Revision: 309753
URL: https://svnweb.freebsd.org/changeset/base/309753

Log:
  MFC r306479 (mmel):
  
  ALLWINNER: ahci_devclass is local variable, don't export it.

Modified:
  stable/11/sys/arm/allwinner/a10_ahci.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/arm/allwinner/a10_ahci.c
==============================================================================
--- stable/11/sys/arm/allwinner/a10_ahci.c	Fri Dec  9 19:09:58 2016	(r309752)
+++ stable/11/sys/arm/allwinner/a10_ahci.c	Fri Dec  9 19:36:13 2016	(r309753)
@@ -373,7 +373,7 @@ ahci_a10_detach(device_t dev)
 	return (ahci_detach(dev));
 }
 
-devclass_t ahci_devclass;
+static devclass_t ahci_devclass;
 
 static device_method_t ahci_ata_methods[] = {
 	DEVMETHOD(device_probe,     ahci_a10_probe),


More information about the svn-src-stable mailing list