summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 21:26:00 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 21:26:00 +0200
commitff3df54efacff4ecdcab32826e45798453eecf90 (patch)
tree9eef08a9092f88d6bf11fb039cb95546642eab39 /include
parent[PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat. (diff)
parent[PARISC] More pt_regs removal (diff)
downloadlinux-ff3df54efacff4ecdcab32826e45798453eecf90.tar.xz
linux-ff3df54efacff4ecdcab32826e45798453eecf90.zip
Merge branch 'irq-fixes' of git://git.parisc-linux.org/git/linux-2.6
* 'irq-fixes' of git://git.parisc-linux.org/git/linux-2.6: [PARISC] More pt_regs removal [PARISC] pdc_init no longer exists [PARISC] Make firmware calls irqsafe-ish... [PA-RISC] Fix boot breakage [PARISC] Use set_irq_regs
Diffstat (limited to 'include')
-rw-r--r--include/asm-parisc/pdc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-parisc/pdc.h b/include/asm-parisc/pdc.h
index c9b2e35326ee..423c2b84b4a0 100644
--- a/include/asm-parisc/pdc.h
+++ b/include/asm-parisc/pdc.h
@@ -774,8 +774,6 @@ int pdc_sti_call(unsigned long func, unsigned long flags,
unsigned long inptr, unsigned long outputr,
unsigned long glob_cfg);
-extern void pdc_init(void);
-
static inline char * os_id_to_string(u16 os_id) {
switch(os_id) {
case OS_ID_NONE: return "No OS";