]> git.wh0rd.org - patches.git/blame_incremental - linux-m68k-remove-page-from-user-header.patch
scummvm random work
[patches.git] / linux-m68k-remove-page-from-user-header.patch
... / ...
CommitLineData
1M: geert@linux-m68k.org
2M: zippel@linux-m68k.org
3L: linux-m68k@lists.linux-m68k.org
4
5We don't actually use anything from asm-m68k/page.h in asm-m68k/user.h, so
6don't bother including it.
7
8Signed-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