summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2012-03-06 10:16:46 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:49 +0800
commit16da25df8dca934c4d05ca887c8ae76e660a34da (patch)
tree51738111509bc618b0a4ff8f4f1752d08a04cc5c /include
parentd24899091ff14ae100315744b703ab3340beafdf (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 */