> why we should remove the *extern* keyword? Hi Dou,
While, I am not sure why it was decided to stop using externs in headers, this is a warning printed by scripts/checkpatch.pl: CHECK: extern prototypes should be avoided in .h files To have a clean checkpatch output I removed externs. Pavel