Commit bc317e91 authored by David S. Miller's avatar David S. Miller

[AIC7XXX]: Include asm/io.h, necessary to get at inb/outb/etc.

parent c20af938
......@@ -72,6 +72,7 @@
#endif
#include <linux/module.h>
#include <asm/byteorder.h>
#include <asm/io.h>
#ifndef KERNEL_VERSION
#define KERNEL_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z))
......
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