Commit 410257b5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] 3c509 MCA compile fix

Only include mca.h if CONFIG_MCA: only ia32 and ia64 have <asm/mca.h>
parent 1f80e608
......@@ -74,7 +74,9 @@ static int max_interrupt_work = 10;
#include <linux/config.h>
#include <linux/module.h>
#ifdef CONFIG_MCA
#include <linux/mca.h>
#endif
#include <linux/isapnp.h>
#include <linux/string.h>
#include <linux/interrupt.h>
......
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