Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcf98921 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

includecheck fix: x86, shadow.c



fix the following 'make includecheck' warning:

  arch/x86/mm/kmemcheck/shadow.c: linux/module.h is included more than once.

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247065179.4382.51.camel@ht.satnam>
parent 144374dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include <linux/kmemcheck.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/module.h>

#include <asm/page.h>
#include <asm/pgtable.h>