drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"
authorAdrian Bunk <bunk@stusta.de>
Tue, 8 Nov 2005 15:50:38 +0000 (16:50 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:50:38 +0000 (16:50 +0100)
Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/char/ftape/lowlevel/ftape-buffer.c

index 54af20cd9a2c7de1238edaa96e7dfac4bfb723e8..c706ff162771425f361e0ce9b9a1d8584b3e6232 100644 (file)
@@ -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.
  */
This page took 0.028612 seconds and 5 git commands to generate.