Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 08:57:37 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276531 - head/sys/dev/xen/pci
Message-ID:  <201501020857.t028vbbv086150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri Jan  2 08:57:36 2015
New Revision: 276531
URL: https://svnweb.freebsd.org/changeset/base/276531

Log:
  Remove duplicate pci_driver class declaration.

Modified:
  head/sys/dev/xen/pci/xen_pci.c

Modified: head/sys/dev/xen/pci/xen_pci.c
==============================================================================
--- head/sys/dev/xen/pci/xen_pci.c	Fri Jan  2 08:42:44 2015	(r276530)
+++ head/sys/dev/xen/pci/xen_pci.c	Fri Jan  2 08:57:36 2015	(r276531)
@@ -72,7 +72,6 @@ static device_method_t xen_pci_methods[]
 
 static devclass_t pci_devclass;
 
-DECLARE_CLASS(pci_driver);
 DEFINE_CLASS_1(pci, xen_pci_driver, xen_pci_methods, sizeof(struct pci_softc),
     pci_driver);
 DRIVER_MODULE(xen_pci, pcib, xen_pci_driver, pci_devclass, 0, 0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501020857.t028vbbv086150>