All of lore.kernel.org
 help / color / mirror / Atom feed
* make idedisk_suspend()/idedisk_resume() conditional on CONFIG_SOFTWARE_SUSPEND
@ 2002-10-11 14:12 William Lee Irwin III
  2002-10-11 15:21 ` Zwane Mwaikambo
  0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2002-10-11 14:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: pavel

ide-disk.c gets the following warning:

drivers/ide/ide-disk.c:1614: warning: `idedisk_suspend' defined but not used
drivers/ide/ide-disk.c:1651: warning: `idedisk_resume' defined but not used


--- akpm-2.5.41-3/drivers/ide/ide-disk.c	2002-10-11 06:09:31.000000000 -0700
+++ wli-2.5.41-3/drivers/ide/ide-disk.c	2002-10-11 06:53:58.000000000 -0700
@@ -1610,6 +1610,7 @@
 #endif
 }
 
+#ifdef CONFIG_SOFTWARE_SUSPEND
 static int idedisk_suspend(struct device *dev, u32 state, u32 level)
 {
 	ide_drive_t *drive = dev->driver_data;
@@ -1659,7 +1660,7 @@
 	drive->blocked = 0;
 	return 0;
 }
-
+#endif /* CONFIG_SOFTWARE_SUSPEND */
 
 /* This is just a hook for the overall driver tree.
  */

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <20021011182209.GA8046@atrey.karlin.mff.cuni.cz>]

end of thread, other threads:[~2002-10-12 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-11 14:12 make idedisk_suspend()/idedisk_resume() conditional on CONFIG_SOFTWARE_SUSPEND William Lee Irwin III
2002-10-11 15:21 ` Zwane Mwaikambo
     [not found] <20021011182209.GA8046@atrey.karlin.mff.cuni.cz>
     [not found] ` <Pine.LNX.4.44.0210111831060.10081-100000@montezuma.mastecende.com>
2002-10-12 15:28   ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.