summaryrefslogtreecommitdiff
path: root/include/asm-i386/vic.h
diff options
context:
space:
mode:
authorJames Bottomley <jejb@hobholes.localdomain>2006-10-12 22:25:03 -0500
committerJames Bottomley <jejb@hobholes.localdomain>2006-10-12 22:25:03 -0500
commit81c06b10bcd4c7e8c88b4b425c55402b1d65fd0e (patch)
tree1c89c0514bfee769ccdd5cc5a7309f1bfc834008 /include/asm-i386/vic.h
parent58f07943b0ef1e59cbf9a45cdc727048d224637f (diff)
[VOYAGER] fix up ptregs removal mess
Apparently whoever converted voyager never actually checked that the patch would compile ... Remove as much of the pt_regs references as possible and move the remaining ones into line with what's in x86 generic. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/asm-i386/vic.h')
-rw-r--r--include/asm-i386/vic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/vic.h b/include/asm-i386/vic.h
index 4abfcfb91eb8..53100f353612 100644
--- a/include/asm-i386/vic.h
+++ b/include/asm-i386/vic.h
@@ -58,4 +58,4 @@ static const int VIC_CPI_Registers[] =
#define VIC_BOOT_INTERRUPT_MASK 0xfe
-extern void smp_vic_timer_interrupt(struct pt_regs *regs);
+extern void smp_vic_timer_interrupt(void);