# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.447.16.6 -> 1.447.16.7
#	drivers/usb/core/hcd-pci.c	1.2     -> 1.3    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/11	davem@redhat.com	1.447.16.7
# [PATCH] Build fix for 2.5.x
# 
# Need asm/io.h if you want to use ioremap() et al.
# --------------------------------------------
#
diff -Nru a/drivers/usb/core/hcd-pci.c b/drivers/usb/core/hcd-pci.c
--- a/drivers/usb/core/hcd-pci.c	Tue Jun 11 14:58:52 2002
+++ b/drivers/usb/core/hcd-pci.c	Tue Jun 11 14:58:52 2002
@@ -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
