diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-09 12:48:42 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-10 11:55:25 +1000 |
commit | 39e3eb7265b8698e5f607a317af13c9478274736 (patch) | |
tree | 927b34392c7d74b38d52749c2311f6dfe7285851 /include/asm-ppc/commproc.h | |
parent | 8de242e60a441f177dd51b323894b17d3d63e9f2 (diff) | |
download | kernel_samsung_espresso10-39e3eb7265b8698e5f607a317af13c9478274736.tar.gz kernel_samsung_espresso10-39e3eb7265b8698e5f607a317af13c9478274736.tar.bz2 kernel_samsung_espresso10-39e3eb7265b8698e5f607a317af13c9478274736.zip |
[POWERPC] ARCH=ppc pt_regs fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc/commproc.h')
-rw-r--r-- | include/asm-ppc/commproc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/commproc.h b/include/asm-ppc/commproc.h index 3247bea5fc2..7b06b4e6bf3 100644 --- a/include/asm-ppc/commproc.h +++ b/include/asm-ppc/commproc.h @@ -690,8 +690,7 @@ typedef struct risc_timer_pram { #define CICR_IEN ((uint)0x00000080) /* Int. enable */ #define CICR_SPS ((uint)0x00000001) /* SCC Spread */ -extern void cpm_install_handler(int vec, - void (*handler)(void *, struct pt_regs *regs), void *dev_id); +extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); extern void cpm_free_handler(int vec); #endif /* __CPM_8XX__ */ |