Commit 848d5382 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

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: default avatarAdrian Bunk <bunk@stusta.de>
parent 0fb2dae0
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "../lowlevel/ftape-rw.h" #include "../lowlevel/ftape-rw.h"
#include "../lowlevel/ftape-read.h" #include "../lowlevel/ftape-read.h"
#include "../lowlevel/ftape-tracing.h" #include "../lowlevel/ftape-tracing.h"
#include "../lowlevel/ftape-buffer.h"
/* DMA'able memory allocation stuff. /* DMA'able memory allocation stuff.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment