parport_ieee1284 compile problem with 2.1.68 on ix68

Andreas Jaeger (aj@arthur.rhein-neckar.de)
Mon, 1 Dec 1997 10:05:06 +0100 (CET)


Compiling Linux 2.1.68 on ix68 I get the following warning:
parport_ieee1284.c: In function `parport_wait_peripheral':
parport_ieee1284.c:33: warning: implicit declaration of function `resched_needed'

Grepping through the sources I find resched_needed used only by
some platforms (sparc,sparc64,mips,ppc,m68k) - but defined nowhere.

Is this patch for parport_ieee1284 in patch 2.1.68 really correct?
- if (need_resched)
+ if (resched_needed())

Andreas

-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de
    http://www.student.uni-kl.de/~ajaeger/