I've already fixed that in my tree.
> Modular and compiled in drivers use different initialisation mechanisms
> (which leads to subtle bugs all the time).
Not if done right. You CAN still do them differently, but I changed a few
drivers to not have a single #ifdef MODULE, and I hope it takes off.
The fact is, that modules and non-modules _are_ going to be subtly
different, but we can make the differences as small as possible.
I'll make a pre-4 so that you can comment on some of the modules (look at
"binfmt_elf.c" for example).
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/