diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 12:26:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 12:26:00 -0700 |
commit | ff3df54efacff4ecdcab32826e45798453eecf90 (patch) | |
tree | 9eef08a9092f88d6bf11fb039cb95546642eab39 /include | |
parent | c7111c1318ee8890f385813f232fdb32643e2653 (diff) | |
parent | c7753f18711782738936f224aaa421468e87f6ed (diff) | |
download | op-kernel-dev-ff3df54efacff4ecdcab32826e45798453eecf90.zip op-kernel-dev-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-parisc/pdc.h b/include/asm-parisc/pdc.h index c9b2e35..423c2b8 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"; |