Re: [2.6 patch] net/core/user_dma.c should #include net/netdma.h

2006-07-18 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 15 Jul 2006 02:36:17 +0200 Every file should #include the headers containing the prototypes for its global functions. Especially in cases like this one where gcc can tell us through a compile error that the prototype was wrong...

[2.6 patch] net/core/user_dma.c should #include net/netdma.h

2006-07-14 Thread Adrian Bunk
Every file should #include the headers containing the prototypes for its global functions. Especially in cases like this one where gcc can tell us through a compile error that the prototype was wrong... Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- include/net/netdma.h |2 +-