From 7eedec3f1c161f045a66e78b83d62545da98ac40 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 7 Oct 2013 16:53:26 +0000 Subject: Remove redundant declaration of force_evtchn_callback() in the i386-specific xen-os.h, to silence a gcc warning. Approved by: re (gjb) MFC after: 3 days --- sys/i386/include/xen/xen-os.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386') diff --git a/sys/i386/include/xen/xen-os.h b/sys/i386/include/xen/xen-os.h index e15d668..a8fba61 100644 --- a/sys/i386/include/xen/xen-os.h +++ b/sys/i386/include/xen/xen-os.h @@ -37,9 +37,6 @@ /* Everything below this point is not included by assembler (.S) files. */ #ifndef __ASSEMBLY__ -/* Force a proper event-channel callback from Xen. */ -void force_evtchn_callback(void); - /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */ static inline void rep_nop(void) { -- cgit v1.1