|
@@ -1242,7 +1242,9 @@ static int fw_pm_notify(struct notifier_block *notify_block,
|
|
|
#else
|
|
#else
|
|
|
static int fw_pm_notify(struct notifier_block *notify_block,
|
|
static int fw_pm_notify(struct notifier_block *notify_block,
|
|
|
unsigned long mode, void *unused)
|
|
unsigned long mode, void *unused)
|
|
|
-{}
|
|
|
|
|
|
|
+{
|
|
|
|
|
+ return 0;
|
|
|
|
|
+}
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
static void __init fw_cache_init(void)
|
|
static void __init fw_cache_init(void)
|