svn commit: r210913 - head/sys/mips/sibyte

Neel Natu neel at FreeBSD.org
Fri Aug 6 07:03:23 UTC 2010


Author: neel
Date: Fri Aug  6 07:03:22 2010
New Revision: 210913
URL: http://svn.freebsd.org/changeset/base/210913

Log:
  Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. This
  causes a compilation error.
  
  The declaration is provided by sys/dev/pci/pcib_private.h starting from r210864.

Modified:
  head/sys/mips/sibyte/sb_zbpci.c

Modified: head/sys/mips/sibyte/sb_zbpci.c
==============================================================================
--- head/sys/mips/sibyte/sb_zbpci.c	Fri Aug  6 06:04:27 2010	(r210912)
+++ head/sys/mips/sibyte/sb_zbpci.c	Fri Aug  6 07:03:22 2010	(r210913)
@@ -457,7 +457,6 @@ static device_method_t zbpci_methods[] =
  * consider drivers belonging to the "pcib" when probing children of
  * "zbpci".
  */
-DECLARE_CLASS(pcib_driver);
 DEFINE_CLASS_1(zbpci, zbpci_driver, zbpci_methods, 0, pcib_driver);
 
 static devclass_t zbpci_devclass;


More information about the svn-src-all mailing list