]> git.wh0rd.org - patches.git/blob - linux-m68k-remove-page-from-user-header.patch
initial import
[patches.git] / linux-m68k-remove-page-from-user-header.patch
1 M: geert@linux-m68k.org
2 M: zippel@linux-m68k.org
3 L: linux-m68k@lists.linux-m68k.org
4
5 We don't actually use anything from asm-m68k/page.h in asm-m68k/user.h, so
6 don't bother including it.
7
8 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9
10 --- a/include/asm-m68k/user.h
11 +++ b/include/asm-m68k/user.h
12 @@ -1,8 +1,6 @@
13 #ifndef _M68K_USER_H
14 #define _M68K_USER_H
15
16 -#include <asm/page.h>
17 -
18 /* Core file format: The core file is written in such a way that gdb
19 can understand it and provide useful information to the user (under
20 linux we use the 'trad-core' bfd). There are quite a number of