aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 12:26:00 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 12:26:00 -0700
commitff3df54efacff4ecdcab32826e45798453eecf90 (patch)
tree9eef08a9092f88d6bf11fb039cb95546642eab39 /include
parentc7111c1318ee8890f385813f232fdb32643e2653 (diff)
parentc7753f18711782738936f224aaa421468e87f6ed (diff)
downloadlinux-ff3df54efacff4ecdcab32826e45798453eecf90.tar.gz
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 c9b2e35326eed..423c2b84b4a02 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";