Skip to content

Commit

Permalink
drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlev…
Browse files Browse the repository at this point in the history
…el/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>
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent 0fb2dae commit 848d538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/ftape/lowlevel/ftape-buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 848d538

Please sign in to comment.