summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-08 16:50:38 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 16:50:38 +0100
commit848d5382496f670061eaf59844e039e22daba16f (patch)
tree4ac596241e2274289f681a91019227d9cb673ad6 /drivers
parent0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41 (diff)
downloadlinux-0-day-848d5382496f670061eaf59844e039e22daba16f.tar.gz
linux-0-day-848d5382496f670061eaf59844e039e22daba16f.tar.xz
drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"
Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/ftape/lowlevel/ftape-buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ftape/lowlevel/ftape-buffer.c b/drivers/char/ftape/lowlevel/ftape-buffer.c
index 54af20cd9a2c7..c706ff1627714 100644
--- a/drivers/char/ftape/lowlevel/ftape-buffer.c
+++ b/drivers/char/ftape/lowlevel/ftape-buffer.c
@@ -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.
*/