On Wed, Apr 02, 2003 at 01:03:08PM +0100, macro@linux-mips.org wrote:
> Changes by: macro@ftp.linux-mips.org 03/04/02 13:03:08
>
> Modified files:
> drivers/char : Tag: linux_2_4 dz.c
> drivers/tc : Tag: linux_2_4 zs.c
>
> Log message:
> Set .owner in case the code gets modularized. Patch by Hanna Linder.
I guess something went wrong here. Maciej, you are trying to set a field
"owner" in a struct tty_driver, which does not have an "owner" field.
This results in dz.c and zs.c not compiling.
Besides this problem, Ralf's recent changes regarding the CPU infos
broke the build for DECstations:
http://cvs.linux-mips.org/cvsweb/linux/arch/mips/dec/prom/init.c.diff?r1=1.8&r2=1.9&f=h
uses current_cpu_data instead of mips_cpu but does not define it. To get
them defined, inclusion of <asm/processor.h> and <linux/smp.h> is needed.
Appended is a small patch which makes the CVS compileable again.
Regards,
Karsten
--
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
Meinungsforschung.
cvs_20030413_compile_fix.patch
Description: Text document
|