summaryrefslogtreecommitdiffstats
path: root/mm/page_isolation.c
diff options
context:
space:
mode:
authorDavid Woodhouse2008-09-01 12:10:28 +0200
committerDavid Woodhouse2008-09-02 10:29:01 +0200
commit0ed97ee470c36e05bcaad36c4fb4c501f383ce63 (patch)
treea17dda6083bcfb5d59f150a9190dd7cce89a9b8b /mm/page_isolation.c
parentFix modules_install on RO nfs-exported trees. (diff)
downloadkernel-qcow2-linux-0ed97ee470c36e05bcaad36c4fb4c501f383ce63.tar.gz
kernel-qcow2-linux-0ed97ee470c36e05bcaad36c4fb4c501f383ce63.tar.xz
kernel-qcow2-linux-0ed97ee470c36e05bcaad36c4fb4c501f383ce63.zip
Remove '#include <stddef.h>' from mm/page_isolation.c
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'mm/page_isolation.c')
-rw-r--r--mm/page_isolation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_isolation.c b/mm/page_isolation.c
index 3444b58033c8..c69f84fe038d 100644
--- a/mm/page_isolation.c
+++ b/mm/page_isolation.c
@@ -2,7 +2,6 @@
* linux/mm/page_isolation.c
*/
-#include <stddef.h>
#include <linux/mm.h>
#include <linux/page-isolation.h>
#include <linux/pageblock-flags.h>