[2.6 patch] drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"

From: Adrian Bunk
Date: Thu Nov 03 2005 - 11:18:28 EST


Every file should #include the headers containing the prototypes for
it's global functions.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/