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
This commit is contained in:
Dimitry Andric 2013-10-07 16:53:26 +00:00
parent 2a6b4327c2
commit d359802e10

View file

@ -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)
{