Signed-off-by: Lu Guanqun <[email protected]> --- drivers/usb/otg/langwell_otg.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/usb/otg/langwell_otg.c b/drivers/usb/otg/langwell_otg.c index e368ee1..ae7a51f 100644 --- a/drivers/usb/otg/langwell_otg.c +++ b/drivers/usb/otg/langwell_otg.c @@ -2466,9 +2466,9 @@ static int langwell_otg_runtime_idle(struct device *dev) #else -#define penwell_otg_runtime_suspend NULL -#define penwell_otg_runtime_resume NULL -#define penwell_otg_runtime_idle NULL +#define langwell_otg_runtime_suspend NULL +#define langwell_otg_runtime_resume NULL +#define langwell_otg_runtime_idle NULL #endif _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
