Commit 607af5f6 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[PATCH] Build fix for 2.5.x

Need asm/io.h if you want to use ioremap() et al.
parent 81d10b10
......@@ -20,6 +20,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <asm/io.h>
#ifdef CONFIG_USB_DEBUG
#define DEBUG
......
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