projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb2dae
)
drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"
author
Adrian Bunk
<bunk@stusta.de>
Tue, 8 Nov 2005 15:50:38 +0000
(16:50 +0100)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/drivers/char/ftape/lowlevel/ftape-buffer.c
b/drivers/char/ftape/lowlevel/ftape-buffer.c
index
54af20c
..
c706ff1
100644
(file)
--- 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.
*/