linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / um / include / sysdep-i386 / kernel-offsets.h
index 2e58c4c..82f96c5 100644 (file)
@@ -1,8 +1,6 @@
 #include <linux/stddef.h>
 #include <linux/sched.h>
 #include <linux/elf.h>
-#include <linux/crypto.h>
-#include <asm/mman.h>
 
 #define DEFINE(sym, val) \
        asm volatile("\n->" #sym " %0 " #val : : "i" (val))
@@ -18,7 +16,6 @@
 void foo(void)
 {
        OFFSET(HOST_TASK_DEBUGREGS, task_struct, thread.arch.debugregs);
-       DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
 #ifdef CONFIG_MODE_TT
        OFFSET(HOST_TASK_EXTERN_PID, task_struct, thread.mode.tt.extern_pid);
 #endif