From e1bd49a1e1823eab71c293efd1bd0c9b83c350c9 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 7 Apr 2007 12:52:27 +0000 Subject: 20070407-1350 more updates from plan 9 pc kernel, and a few unreachable fixes(!) --- os/pc/pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os/pc/pci.c') diff --git a/os/pc/pci.c b/os/pc/pci.c index 4f7e79b6..d35a306a 100644 --- a/os/pc/pci.c +++ b/os/pc/pci.c @@ -176,7 +176,6 @@ pcibusmap(Pcidev *root, ulong *pmema, ulong *pioa, int wrreg) int ntb, i, size, rno, hole; ulong v, mema, ioa, sioa, smema, base, limit; Pcisiz *table, *tptr, *mtb, *itb; - extern void qsort(void*, long, long, int (*)(void*, void*)); if(!nobios) return; -- cgit v1.2.3