|
@@ -1307,7 +1307,7 @@ sa1100fb_freq_policy(struct notifier_block *nb, unsigned long val,
|
|
* Power management hooks. Note that we won't be called from IRQ context,
|
|
* Power management hooks. Note that we won't be called from IRQ context,
|
|
* unlike the blank functions above, so we may sleep.
|
|
* unlike the blank functions above, so we may sleep.
|
|
*/
|
|
*/
|
|
-static int sa1100fb_suspend(struct device *dev, u32 state, u32 level)
|
|
|
|
|
|
+static int sa1100fb_suspend(struct device *dev, pm_message_t state, u32 level)
|
|
{
|
|
{
|
|
struct sa1100fb_info *fbi = dev_get_drvdata(dev);
|
|
struct sa1100fb_info *fbi = dev_get_drvdata(dev);
|
|
|
|
|