Skip to content

Commit

Permalink
[PATCH] m68k: don't include asm-m68k/page.h in asm-m68k/user.h
Browse files Browse the repository at this point in the history
We don't actually use anything from asm-m68k/page.h in asm-m68k/user.h, so
don't bother including it

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 11, 2007
1 parent ea5e1a8 commit 36dbf95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-m68k/user.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef _M68K_USER_H
#define _M68K_USER_H

#include <asm/page.h>

/* Core file format: The core file is written in such a way that gdb
can understand it and provide useful information to the user (under
linux we use the 'trad-core' bfd). There are quite a number of
Expand Down

0 comments on commit 36dbf95

Please sign in to comment.