Module Name:    src
Committed By:   chs
Date:           Sun Mar 31 19:45:06 UTC 2013

Modified Files:
        src/sys/arch/x86/include: mpacpi.h

Log Message:
remove unused variable declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/mpacpi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/mpacpi.h
diff -u src/sys/arch/x86/include/mpacpi.h:1.9 src/sys/arch/x86/include/mpacpi.h:1.10
--- src/sys/arch/x86/include/mpacpi.h:1.9	Fri Apr 17 21:07:58 2009
+++ src/sys/arch/x86/include/mpacpi.h	Sun Mar 31 19:45:06 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: mpacpi.h,v 1.9 2009/04/17 21:07:58 dyoung Exp $	*/
+/*	$NetBSD: mpacpi.h,v 1.10 2013/03/31 19:45:06 chs Exp $	*/
 
 #ifndef _X86_MPACPI_H_
 #define _X86_MPACPI_H_
@@ -13,6 +13,4 @@ int mpacpi_pci_attach_hook(device_t, dev
 struct mp_intr_map;
 int mpacpi_findintr_linkdev(struct mp_intr_map *);
 
-extern struct mp_intr_map *mpacpi_sci_override;
-
 #endif /* _X86_MPACPI_H_ */

Reply via email to