[Patrick van de Lageweg] > diff -u -r --new-file linux-2.4.0-test11.clean/drivers/atm/firestream.c >linux-2.4.0-test11.fs50+atmrefcount/drivers/atm/firestream.c Since you are submitting in the form of a source patch, you ought to include the relevent bits of drivers/atm/Makefile drivers/atm/Config.in Documentation/Configure.help > +int loopback = 0; > +int fs_debug = 0; > +struct fs_dev *fs_boards = NULL; Aside from the 'static' issue already mentioned, these should be left uninitialized. ('gcc -fassume-bss-zero' would be nice, but then again in userspace it rarely matters.) Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [NEW DRIVER] firestream Patrick van de Lageweg
- Re: [NEW DRIVER] firestream Mitchell Blank Jr
- Re: [NEW DRIVER] firestream Rogier Wolff
- Re: [NEW DRIVER] firestream Jes Sorensen
- Re: [NEW DRIVER] firestream Jeff Garzik
- Re: [NEW DRIVER] firestream Rogier Wolff
- Re: [NEW DRIVER] firestream Peter Samuelson
- Re: [NEW DRIVER] firestream Rogier Wolff
- Re: [NEW DRIVER] firestream Werner Almesberger
- Re: [NEW DRIVER] firestream Peter Samuelson
- Re: [NEW DRIVER] firestream Rogier Wolff
- Re: [NEW DRIVER] firestream Peter Samuelson
- Re: [NEW DRIVER] firestream Vojtech Pavlik
- Re: [NEW DRIVER] firestream Bartlomiej Zolnierkiewicz
- Re: [NEW DRIVER] firestream Rogier Wolff
- [NEW DRIVER] firestream Patrick van de Lageweg
- [NEW DRIVER] firestream Patrick van de Lageweg
- [NEW DRIVER] firestream Patrick van de Lageweg
- [NEW DRIVER] firestream Patrick van de Lageweg