Hi, On Sat, 12 May 2007, Thomas Glanzmann wrote: > This patch moves two inline functions from a header file to the > corresponding c file. I think that it is wrong to move inline functions out of a header file. Many C compilers will not be able to inline it then. A better solution (IMHO) is to make it "static inline". Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html