Commit 68745d6d authored by David S. Miller's avatar David S. Miller

[AIC7xxx]: aic7xxx_osm.h needs asm/io.h, this keeps being deleted by Justin :(

parent d833992c
......@@ -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