aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorSundar Iyer <sundar.iyer@stericsson.com>2010-11-19 12:52:41 +0530
committerSundar Iyer <sundar.iyer@stericsson.com>2010-11-19 14:47:59 +0530
commiteef762cf7fe7641e32cb5f3ec18ad05b1f314da5 (patch)
tree36db8fedd484dc34878d0d154c32b628c4ecf3ba /drivers/usb
parent2034cb2633da9af69dceb119964b88d4ecca7312 (diff)
usb/composite: fix build errors whilst porting to 2.6.35+ android
Change-Id: If2343297977fb304c8112e76e25df7c2f127c38f Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/composite.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
index 99f30df5252..94d65056741 100644
--- a/drivers/usb/gadget/composite.c
+++ b/drivers/usb/gadget/composite.c
@@ -24,9 +24,10 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/device.h>
-
+#include <linux/kdev_t.h>
+#include <linux/delay.h>
#include <linux/usb/composite.h>
-
+#include <linux/switch.h>
/*
* The code in this file is utility code, used to build a gadget driver