]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/um_uaccess.h
[PATCH] uml: asm offsets duplication removal
[linux-2.6-omap-h63xx.git] / arch / um / include / um_uaccess.h
index f8760a3f43b0f0f6e0402f21089d87e56ba62c29..5126a99b59612a4dd3ac9b6818aed574e67fa438 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __ARCH_UM_UACCESS_H
 #define __ARCH_UM_UACCESS_H
 
-#include "linux/config.h"
 #include "choose-mode.h"
 
 #ifdef CONFIG_MODE_TT
@@ -17,6 +16,8 @@
 #include "uaccess-skas.h"
 #endif
 
+#include "asm/fixmap.h"
+
 #define __under_task_size(addr, size) \
        (((unsigned long) (addr) < TASK_SIZE) && \
          (((unsigned long) (addr) + (size)) < TASK_SIZE))