* [PATCH 2.5.59] sc1200wdt.c, isapnp_find_device -> pnp_find_device
@ 2003-01-29 6:19 Craig Rodrigues
2003-01-29 12:39 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Craig Rodrigues @ 2003-01-29 6:19 UTC (permalink / raw)
To: zwane; +Cc: davej, linux-kernel
Hi,
The following patch renames isapnp_find_device() to pnp_find_device(),
since isapnp_find_device() doesn't exist in the 2.5.59 kernel.
--- drivers/char/watchdog/sc1200wdt.c.orig Wed Jan 29 00:47:50 2003
+++ drivers/char/watchdog/sc1200wdt.c Wed Jan 29 00:47:53 2003
@@ -335,7 +335,7 @@
int ret;
/* The WDT is logical device 8 on the main device */
- wdt_dev = isapnp_find_dev(NULL, ISAPNP_VENDOR('N','S','C'), ISAPNP_FUNCTION(0x08), NULL);
+ wdt_dev = pnp_find_dev(NULL, ISAPNP_VENDOR('N','S','C'), ISAPNP_FUNCTION(0x08), NULL);
if (!wdt_dev)
return -ENODEV;
--
Craig Rodrigues
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-29 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29 6:19 [PATCH 2.5.59] sc1200wdt.c, isapnp_find_device -> pnp_find_device Craig Rodrigues
2003-01-29 12:39 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox