Commit 01e7671e authored by Linus Torvalds's avatar Linus Torvalds

Fix compile without EISA support

parent c4dbf1de
......@@ -956,8 +956,8 @@ cobalt_init(void)
}
#endif
int EISA_bus;
#ifdef CONFIG_EISA
int EISA_bus;
static struct resource eisa_id = { "EISA ID", 0xc80, 0xc83, IORESOURCE_BUSY };
#endif
......
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