• Randy Dunlap's avatar
    kmemcheck: include module.h to prevent warnings · 60e38393
    Randy Dunlap authored
    kmemcheck/shadow.c needs to include <linux/module.h> to prevent
    the following warnings:
    
    linux-next-20080724/arch/x86/mm/kmemcheck/shadow.c:64: warning : data definition has no type or storage class
    linux-next-20080724/arch/x86/mm/kmemcheck/shadow.c:64: warning : type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
    linux-next-20080724/arch/x86/mm/kmemcheck/shadow.c:64: warning : parameter names (without types) in function declaration
    Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
    Cc: vegardno@ifi.uio.no
    Cc: penberg@cs.helsinki.fi
    Cc: akpm <akpm@linux-foundation.org>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    60e38393
shadow.c 3.32 KB