summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2012-03-06 10:16:46 +0800
committerPeter Chen <peter.chen@freescale.com>2012-03-07 15:01:35 +0800
commitb68a1d2a8148607319863a06508663a59e3da6e4 (patch)
tree2d3e50cbae3eba288987540c05f02693b8316d28 /include
parent1e0de4490dd1f41841b2f22e725520dbf3928b65 (diff)
ENGR00176147-3: usb: change data types for wakeup_event
In order to know which wakeup event occurs for usb wakeup Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index dd9549213ed5..5b701a8c12f8 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -139,7 +139,7 @@ struct fsl_usb2_platform_data {
unsigned ahb_burst_mode:3;
unsigned lowpower:1;
unsigned irq_delay:1;
- unsigned wakeup_event:1;
+ enum usb_wakeup_event wakeup_event;
u32 pmflags; /* PM from otg or system */
/* register save area for suspend/resume */