2.4.10-pre12 sysrq.c compile error
Kaoru Fukui
k_fukui at highway.ne.jp
Fri Sep 21 01:26:26 EST 2001
From: Stefan Jeglinski <jeglin at 4pi.com>
To: linuxppc-dev at lists.linuxppc.org
Subject: Re: 2.4.10-pre12 sysrq.c compile error
Date: Thu, 20 Sep 2001 10:52:13 -0400
>
> > > `wakeup_bdflush' was defines in two defrent files.
> >>
> > > linuxppc_2_4_devel/drivers/char/sysrq.c (line: 35)
> >> extern void wakeup_bdflush(int);
change to extern void wakeup_bdflush(void);
> >>
> >> linuxppc_2_4_devel/include/linux/fs.h (line: 1347)
> >> extern void wakeup_bdflush(void);
> >>
> >
> >if it's same extern , it's no problem.
> >Different paramenter is no good.
>
> I have noted numerous instances of wakeup_bdflush() and
wakeup_bdflush() is correct.
Kaoru
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list