Commit dbddc51b authored by Al Viro's avatar Al Viro Committed by Richard Weinberger

um: don't include kern.h unless it's needed

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 429172cc
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "line.h" #include "line.h"
#include "ssl.h" #include "ssl.h"
#include "chan_kern.h" #include "chan_kern.h"
#include "kern.h"
#include "init.h" #include "init.h"
#include "irq_user.h" #include "irq_user.h"
#include "mconsole_kern.h" #include "mconsole_kern.h"
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#include "asm/tlbflush.h" #include "asm/tlbflush.h"
#include "mem_user.h" #include "mem_user.h"
#include "kern_util.h" #include "kern_util.h"
#include "kern.h"
#include "mconsole_kern.h" #include "mconsole_kern.h"
#include "init.h" #include "init.h"
#include "irq_user.h" #include "irq_user.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment