Merge commit 'v2.6.33-rc5' into next

This commit is contained in:
Dmitry Torokhov
2010-01-21 23:55:25 -08:00
3923 changed files with 169153 additions and 73221 deletions

View File

@@ -295,7 +295,7 @@ static int sh_keysc_resume(struct device *dev)
return 0;
}
static struct dev_pm_ops sh_keysc_dev_pm_ops = {
static const struct dev_pm_ops sh_keysc_dev_pm_ops = {
.suspend = sh_keysc_suspend,
.resume = sh_keysc_resume,
};