diff options
author | Morten H. Larsen <m-larsen@post6.tele.dk> | 2010-08-31 22:29:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2010-08-31 22:45:31 -0400 |
commit | 59b25ed91400ace98d6cf0d59b1cb6928ad5cd37 (patch) | |
tree | bf7647470b73a08fe164e770a6bb2843cbe8152c /arch/alpha/kernel/proto.h | |
parent | 6445671b00b3c4bcb26c8e0fc74abe780a67b901 (diff) |
Fix call to replaced SuperIO functions
This patch fixes the failure to compile Alpha Generic because of
previously overlooked calls to ns87312_enable_ide(). The function has
been replaced by newer SuperIO code.
Tested-by: Michael Cree <mcree@orcon.net.nz>
Signed-off-by: Morten H. Larsen <m-larsen@post6.tele.dk>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/proto.h')
-rw-r--r-- | arch/alpha/kernel/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/alpha/kernel/proto.h b/arch/alpha/kernel/proto.h index 3d2627ec9860..d3e52d3fd592 100644 --- a/arch/alpha/kernel/proto.h +++ b/arch/alpha/kernel/proto.h @@ -156,9 +156,6 @@ extern void SMC669_Init(int); /* es1888.c */ extern void es1888_init(void); -/* ns87312.c */ -extern void ns87312_enable_ide(long ide_base); - /* ../lib/fpreg.c */ extern void alpha_write_fp_reg (unsigned long reg, unsigned long val); extern unsigned long alpha_read_fp_reg (unsigned long reg); |