lkml.org 
[lkml]   [2011]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] zcache: include module.h for MODULE_LICENSE
    Date
    The oncoming cleanup of module.h usage requires the explicit inclusion
    of module.h when it was otherwise being included indirectly. Otherwise,
    building zcache will fail.

    Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
    ---
    drivers/staging/zcache/zcache-main.c | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
    index a58a03f..66469ac 100644
    --- a/drivers/staging/zcache/zcache-main.c
    +++ b/drivers/staging/zcache/zcache-main.c
    @@ -19,6 +19,7 @@
    * http://marc.info/?l=linux-mm&m=127811271605009
    */

    +#include <linux/module.h>
    #include <linux/cpu.h>
    #include <linux/highmem.h>
    #include <linux/list.h>
    --
    1.7.5.4


    \
     
     \ /
      Last update: 2011-08-03 16:03    [W:8.813 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site