Re: [PATCH] replace extern with static in some linux code

2016-01-01 Thread Samuel Thibault
This one is producing a lot of warnings so it's probably good to apply, but in general it's not worth spending time fixing linux code, as the long-term goal is to get rid of it by using userland drivers. Samuel

[PATCH] replace extern with static in some linux code

2016-01-01 Thread Flavio Cruz
* linux/dev/include/linux/fs.h: Replace extern with static. * linux/dev/include/linux/locks.h: Likewise. * linux/dev/include/linux/mm.h: Likewise. * linux/src/drivers/net/e2100.c: Likewise * linux/src/include/asm-i386/termios.h: Likewise. * linux/src/include/linux/interrupt.h: Likewise. * linux/src