It's not really a .h file then. I usually use .h only for real header
files that don't cause code to be emitted. Files containing actual
source that is #include'd for whatever reason (a reasonably common
operation, especially when there is one file involved which is
automatically generated) then I usually call it .c as it isn't a
*header*.
-hpa
-- <hpa@transmeta.com> at work, <hpa@zytor.com> in private! "Unix gives you enough rope to shoot yourself in the foot."- 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/