summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/machvec.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /include/asm-alpha/machvec.h
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'include/asm-alpha/machvec.h')
-rw-r--r--include/asm-alpha/machvec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-alpha/machvec.h b/include/asm-alpha/machvec.h
index ccbed15fc..b8a2a1a96 100644
--- a/include/asm-alpha/machvec.h
+++ b/include/asm-alpha/machvec.h
@@ -22,6 +22,7 @@ struct linux_hose_info;
struct pci_dev;
struct pci_ops;
struct pci_controler;
+struct irqaction;
struct alpha_machine_vector
{
@@ -81,7 +82,7 @@ struct alpha_machine_vector
void (*init_arch)(void);
void (*init_irq)(void);
- void (*init_pit)(void);
+ void (*init_rtc)(struct irqaction *);
void (*init_pci)(void);
void (*kill_arch)(int);