mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 14:02:37 -04:00
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>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user