diff options
| author | Richard Henderson <rth@kanga.twiddle.net> | 2003-02-18 19:26:58 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@kanga.twiddle.net> | 2003-02-18 19:26:58 -0800 |
| commit | a968ee1f9fef1034a00a09ac8501e15e7bdc8842 (patch) | |
| tree | b69732b206f535db0a7eca30eca44bff3cd811e8 /arch/alpha/kernel/sys_sable.c | |
| parent | 86e72865d687f8a0652609a7d63c722beb5f4e32 (diff) | |
[ALPHA] Collection of warning fixes.
Diffstat (limited to 'arch/alpha/kernel/sys_sable.c')
| -rw-r--r-- | arch/alpha/kernel/sys_sable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/sys_sable.c b/arch/alpha/kernel/sys_sable.c index a7d1db738c9b..6284470c7074 100644 --- a/arch/alpha/kernel/sys_sable.c +++ b/arch/alpha/kernel/sys_sable.c @@ -268,7 +268,7 @@ sable_map_irq(struct pci_dev *dev, u8 slot, u8 pin) { 32+3, 32+3, 32+3, 32+3, 32+3}, /* IdSel 7, slot 1 */ { 32+4, 32+4, 32+4, 32+4, 32+4}, /* IdSel 8, slot 2 */ }; - const long min_idsel = 0, max_idsel = 8, irqs_per_slot = 5; + long min_idsel = 0, max_idsel = 8, irqs_per_slot = 5; return COMMON_TABLE_LOOKUP; } |
