summaryrefslogtreecommitdiffstats
path: root/include/asm-s390/hardirq.h
diff options
context:
space:
mode:
authorHeiko Carstens2006-10-06 16:38:35 +0200
committerMartin Schwidefsky2006-10-06 16:38:35 +0200
commit5a489b9846f688db7e69aa7ccb23c53459a9c20e (patch)
tree1aaf8eb887f23bf65c25a70b50c9c83e5a1d2f31 /include/asm-s390/hardirq.h
parent[S390] cio: 0 is a valid chpid. (diff)
downloadkernel-qcow2-linux-5a489b9846f688db7e69aa7ccb23c53459a9c20e.tar.gz
kernel-qcow2-linux-5a489b9846f688db7e69aa7ccb23c53459a9c20e.tar.xz
kernel-qcow2-linux-5a489b9846f688db7e69aa7ccb23c53459a9c20e.zip
[S390] irq change build fixes.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390/hardirq.h')
-rw-r--r--include/asm-s390/hardirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/hardirq.h b/include/asm-s390/hardirq.h
index e84b7ef54aac..c2f6a8782d31 100644
--- a/include/asm-s390/hardirq.h
+++ b/include/asm-s390/hardirq.h
@@ -32,6 +32,6 @@ typedef struct {
#define HARDIRQ_BITS 8
-extern void account_ticks(struct pt_regs *);
+extern void account_ticks(void);
#endif /* __ASM_HARDIRQ_H */