Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-block.git] / drivers / usb / host / r8a66597-hcd.c
index 41dbc70ae752eaf41332807d4be86905801c47a8..b7a661c02bcdb5d3edf0a84b39a50a41f2bf411c 100644 (file)
@@ -2353,7 +2353,7 @@ static int r8a66597_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops r8a66597_dev_pm_ops = {
+static const struct dev_pm_ops r8a66597_dev_pm_ops = {
        .suspend = r8a66597_suspend,
        .resume = r8a66597_resume,
        .poweroff = r8a66597_suspend,