search for: _dwarf2_h

Displaying 1 result from an estimated 1 matches for "_dwarf2_h".

2007 Apr 18
0
[PATCH 8/9] 00mmd pae compile fix
...@@ */ #include <linux/module.h> -#include <linux/config.h> #include <linux/sched.h> #include <linux/delay.h> =================================================================== --- a/include/asm-i386/dwarf2.h +++ b/include/asm-i386/dwarf2.h @@ -1,7 +1,5 @@ #ifndef _DWARF2_H #define _DWARF2_H - -#include <linux/config.h> #ifndef __ASSEMBLY__ #warning "asm/dwarf2.h should be only included in pure assembly files" =================================================================== --- a/include/asm-i386/tsc.h +++ b/include/asm-i386/tsc.h @@ -6,7 +6,6...