diff options
author | Bob Liu <[email protected]> | 2011-03-21 14:06:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-03-23 13:14:30 -0700 |
commit | 8f7e7b87ec7c3202941ef2770bacd353ab93368b (patch) | |
tree | 392e45588698fd95818f600cae60652f335bf808 | |
parent | 417ddf86c8c499fada439b8ee89bb4c6f282ed6c (diff) |
usb: musb: blackfin: fix typo in new dev_pm_ops struct
Cc: [email protected]
Signed-off-by: Bob Liu <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/musb/blackfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index 5da9ef8ff311..7843333b6199 100644 --- a/drivers/usb/musb/blackfin.c +++ b/drivers/usb/musb/blackfin.c @@ -540,7 +540,7 @@ static struct dev_pm_ops bfin_pm_ops = { .resume = bfin_resume, }; -#define DEV_PM_OPS &bfin_pm_op, +#define DEV_PM_OPS &bfin_pm_ops #else #define DEV_PM_OPS NULL #endif |