From: Ian Jackson Date: Thu, 29 May 2008 16:59:02 +0000 (+0100) Subject: remove spurious #if X-Git-Tag: xen-3.3.0-rc1~145 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f844f2db5d16b83b8cce2261101842cc350c7d10;p=qemu-xen-unstable.git remove spurious #if --- diff --git a/vl.c b/vl.c index f7cbb98260..74ddc30a7c 100644 --- a/vl.c +++ b/vl.c @@ -2491,7 +2491,6 @@ static int pp_hw_mode(ParallelCharDriver *s, uint16_t mode) return 1; } -#if defined(__linux__) static int pp_ioctl(CharDriverState *chr, int cmd, void *arg) { ParallelCharDriver *drv = chr->opaque;