Disintegrate asm/system.h for H8300

Disintegrate asm/system.h for H8300.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Yoshinori Sato <ysato@users.sourceforge.jp>
This commit is contained in:
David Howells
2012-03-28 18:30:02 +01:00
parent 40ab331749
commit a5401ee3da
17 changed files with 158 additions and 152 deletions

View File

@@ -5,4 +5,8 @@
#define is_valid_bugaddr(addr) (1)
#include <asm-generic/bug.h>
struct pt_regs;
extern void die(const char *str, struct pt_regs *fp, unsigned long err);
#endif