summaryrefslogtreecommitdiff
path: root/include/asm-ppc64
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2002-04-13 11:41:30 +1000
committerAnton Blanchard <anton@samba.org>2002-04-13 11:41:30 +1000
commit93ef1bb5420195c842a4c668f6148ddb70e4fd39 (patch)
treee995871570c78a7a6a1b4bd0415fdd08d69a9600 /include/asm-ppc64
parente5307bf1e03bd4683a1502a912f2b6014ea112ed (diff)
ppc64: remove ppc_md.post_irq, clean up do_IRQ
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r--include/asm-ppc64/machdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/machdep.h b/include/asm-ppc64/machdep.h
index 8b66663f5345..1e22413671f5 100644
--- a/include/asm-ppc64/machdep.h
+++ b/include/asm-ppc64/machdep.h
@@ -78,7 +78,6 @@ struct machdep_calls {
void (*init_IRQ)(void);
void (*init_ras_IRQ)(void);
int (*get_irq)(struct pt_regs *);
- void (*post_irq)( struct pt_regs *, int );
/* A general init function, called by ppc_init in init/main.c.
May be NULL. */