Commit c36e0eda authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix in2000 compile

parent 962bb57f
...@@ -1885,14 +1885,14 @@ static u32 bios_tab[] in2000__INITDATA = { ...@@ -1885,14 +1885,14 @@ static u32 bios_tab[] in2000__INITDATA = {
0 0
}; };
static const unsigned short base_tab[] in2000__INITDATA = { static unsigned short base_tab[] in2000__INITDATA = {
0x220, 0x220,
0x200, 0x200,
0x110, 0x110,
0x100, 0x100,
}; };
static const int int_tab[] in2000__INITDATA = { static int int_tab[] in2000__INITDATA = {
15, 15,
14, 14,
11, 11,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment