134d988208
Declarations local to arch/*/kernel/*.c are better off *not* in a public header - arch/parisc/kernel/unaligned.h is just fine for those bits. With that done parisc asm/unaligned.h is reduced to include of asm-generic/unaligned.h and can be removed - unaligned.h is in mandatory-y in include/asm-generic/Kbuild. Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
4 lines
104 B
C
4 lines
104 B
C
struct pt_regs;
|
|
void handle_unaligned(struct pt_regs *regs);
|
|
int check_unaligned(struct pt_regs *regs);
|