[2.6 patch] drivers/char/ftape/lowlevel/ftape-buffer.c should #include "../lowlevel/ftape-buffer.h"

From: Adrian Bunk (bunk_at_stusta.de)
Date: 11/03/05

  • Next message: Patrick McHardy: "Re: [PATCH] Merge __load_pointer() and load_pointer() in net/core/filter.c; kernel 2.6.14"
    Date:	Thu, 3 Nov 2005 17:18:24 +0100
    To: linux-kernel@vger.kernel.org
    
    

    Every file should #include the headers containing the prototypes for
    it's global functions.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    --- linux-2.6.14-rc5-mm1-full/drivers/char/ftape/lowlevel/ftape-buffer.c.old 2005-11-03 16:40:29.000000000 +0100
    +++ linux-2.6.14-rc5-mm1-full/drivers/char/ftape/lowlevel/ftape-buffer.c 2005-11-03 16:40:59.000000000 +0100
    @@ -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.
      */
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Patrick McHardy: "Re: [PATCH] Merge __load_pointer() and load_pointer() in net/core/filter.c; kernel 2.6.14"

    Relevant Pages