linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [2.6] Make com20020_cs module compile
@ 2003-07-29 10:18 Bernhard Rosenkraenzer
  0 siblings, 0 replies; only message in thread
From: Bernhard Rosenkraenzer @ 2003-07-29 10:18 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 331 bytes --]

com20020_cs was missed out on the hw.open_close_ll -> hw.owner change.
Patch was diffed against 2.6.0-test2-mm1, but should apply to 
2.6.0-test2 vanilla as well.

LLaP
bero

-- 
Ark Linux - Linux for the masses
http://www.arklinux.org/

Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php

[-- Attachment #2: fix build --]
[-- Type: TEXT/PLAIN, Size: 458 bytes --]

--- linux-2.6.0-test2/drivers/net/pcmcia/com20020_cs.c.ark	2003-07-29 12:05:25.000000000 +0200
+++ linux-2.6.0-test2/drivers/net/pcmcia/com20020_cs.c	2003-07-29 12:05:42.000000000 +0200
@@ -237,7 +237,7 @@
     lp->backplane = backplane;
     lp->clockp = clockp;
     lp->clockm = clockm & 3;
-    lp->hw.open_close_ll = com20020cs_open_close;
+    lp->hw.owner = THIS_MODULE;
 
     link->irq.Instance = info->dev = dev;
     link->priv = info;

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

only message in thread, other threads:[~2003-07-29 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-29 10:18 [PATCH] [2.6] Make com20020_cs module compile Bernhard Rosenkraenzer

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).