[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412178296-2972-1-git-send-email-paulmcquad@gmail.com>
Date: Wed, 1 Oct 2014 16:44:56 +0100
From: Paul McQuade <paulmcquad@...il.com>
To: paulmcquad@...il.com
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
cgroups@...r.kernel.org, mhocko@...e.cz, hannes@...xchg.org
Subject: [PATCH] mm: memcontrol Use #include <linux/uaccess.h>
Remove asm headers for linux headers
Signed-off-by: Paul McQuade <paulmcquad@...il.com>
---
mm/memcontrol.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 085dc6d..51dbe80 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -56,14 +56,14 @@
#include <linux/oom.h>
#include <linux/lockdep.h>
#include <linux/file.h>
+#include <linux/uaccess.h>
+
#include "internal.h"
#include <net/sock.h>
#include <net/ip.h>
#include <net/tcp_memcontrol.h>
#include "slab.h"
-#include <asm/uaccess.h>
-
#include <trace/events/vmscan.h>
struct cgroup_subsys memory_cgrp_subsys __read_mostly;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists