summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2006-01-19 07:55:08 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-01 01:23:42 (GMT)
commit682d4c803f646d2ce09fde9ed7e99015598c3298 (patch)
tree98ab57a927bd4cbb89c9f502cd4c7569fa9d9f0a /drivers/usb
parent595b14cbccb2f9122bccfa6b55f2d9a380e9adeb (diff)
downloadlinux-fsl-qoriq-682d4c803f646d2ce09fde9ed7e99015598c3298.tar.xz
[PATCH] USB: net2280 warning fix
For some reason alpha doesn't include <linux/dma-mapping.h> where other architectures do; this makes net2280 include it explicitly. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/net2280.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c
index c32e1f7..67b13ab 100644
--- a/drivers/usb/gadget/net2280.c
+++ b/drivers/usb/gadget/net2280.c
@@ -47,6 +47,7 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/pci.h>
+#include <linux/dma-mapping.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/ioport.h>