From 6639a8f4cb6eacd78ac589888cd2475908d6d243 Mon Sep 17 00:00:00 2001 From: neel Date: Fri, 6 Aug 2010 07:03:22 +0000 Subject: 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. --- sys/mips/sibyte/sb_zbpci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/mips/sibyte/sb_zbpci.c b/sys/mips/sibyte/sb_zbpci.c index 42fed5e..9a09645 100644 --- a/sys/mips/sibyte/sb_zbpci.c +++ b/sys/mips/sibyte/sb_zbpci.c @@ -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; -- cgit v1.1