linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: remove ide_ioreg_t
@ 2003-02-18 18:04 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-02-18 18:04 UTC (permalink / raw)
  To: torvalds, linux-kernel

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/drivers/ide/ide-pnp.c linux-2.5.61-ac2/drivers/ide/ide-pnp.c
--- linux-2.5.61/drivers/ide/ide-pnp.c	2003-02-10 18:38:44.000000000 +0000
+++ linux-2.5.61-ac2/drivers/ide/ide-pnp.c	2003-02-18 18:06:17.000000000 +0000
@@ -58,9 +58,9 @@
 	if (!(pnp_port_valid(dev, 0) && pnp_port_valid(dev, 1) && pnp_irq_valid(dev, 0)))
 		return 1;
 
-	ide_setup_ports(&hw, (ide_ioreg_t) pnp_port_start(dev, 0),
+	ide_setup_ports(&hw, (unsigned long) pnp_port_start(dev, 0),
 			generic_ide_offsets,
-			(ide_ioreg_t) pnp_port_start(dev, 1),
+			(unsigned long) pnp_port_start(dev, 1),
 			0, NULL,
 //			generic_pnp_ide_iops,
 			pnp_irq(dev, 0));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-18 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 18:04 PATCH: remove ide_ioreg_t Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).