[2.6 patch] drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"
From: Adrian Bunk (bunk_at_stusta.de)
Date: 11/03/05
- Previous message: Maciej W. Rozycki: "2.6.14: CR4 not needed to be inspected on the 486 anymore?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 3 Nov 2005 17:18:24 +0100 To: linux-kernel@vger.kernel.org
Every file should #include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.14-rc5-mm1-full/drivers/char/ftape/lowlevel/ftape-buffer.c.old 2005-11-03 16:40:29.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/char/ftape/lowlevel/ftape-buffer.c 2005-11-03 16:40:59.000000000 +0100
@@ -33,6 +33,7 @@
#include "../lowlevel/ftape-rw.h"
#include "../lowlevel/ftape-read.h"
#include "../lowlevel/ftape-tracing.h"
+#include "../lowlevel/ftape-buffer.h"
/* DMA'able memory allocation stuff.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Maciej W. Rozycki: "2.6.14: CR4 not needed to be inspected on the 486 anymore?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|