blob: 32efbf12971895fb7cdd1f14e8dc3d56c762abfa (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- kernel.orig/nv-linux.h
+++ kernel/nv-linux.h
@@ -87,7 +87,6 @@
#if !defined(KERNEL_2_4)
#include <linux/sched.h> /* suser(), capable() replacement */
#include <linux/moduleparam.h> /* module_param() */
-#include <linux/smp_lock.h> /* kernel_locked */
#include <asm/tlbflush.h> /* flush_tlb(), flush_tlb_all() */
#include <asm/kmap_types.h> /* page table entry lookup */
#endif
|