diff options
Diffstat (limited to 'drivers/gpu/drm/shmobile/shmob_drm_drv.c')
| -rw-r--r-- | drivers/gpu/drm/shmobile/shmob_drm_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_drv.c b/drivers/gpu/drm/shmobile/shmob_drm_drv.c index 82c84c7fd4f6..ff4ba483b602 100644 --- a/drivers/gpu/drm/shmobile/shmob_drm_drv.c +++ b/drivers/gpu/drm/shmobile/shmob_drm_drv.c | |||
| @@ -297,7 +297,7 @@ static struct drm_driver shmob_drm_driver = { | |||
| 297 | * Power management | 297 | * Power management |
| 298 | */ | 298 | */ |
| 299 | 299 | ||
| 300 | #if CONFIG_PM_SLEEP | 300 | #ifdef CONFIG_PM_SLEEP |
| 301 | static int shmob_drm_pm_suspend(struct device *dev) | 301 | static int shmob_drm_pm_suspend(struct device *dev) |
| 302 | { | 302 | { |
| 303 | struct shmob_drm_device *sdev = dev_get_drvdata(dev); | 303 | struct shmob_drm_device *sdev = dev_get_drvdata(dev); |
