public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] saa7134: discarded reference
@ 2004-10-17 23:04 Randy.Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy.Dunlap @ 2004-10-17 23:04 UTC (permalink / raw)
  To: kraxel, lkml, akpm

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: saa7134_devexit.patch --]
[-- Type: text/x-patch, Size: 880 bytes --]


Error: ./drivers/media/video/saa7134/saa7134-core.o .data refers to 0000000000000028 R_X86_64_64       .exit.text

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

diffstat:=
 drivers/media/video/saa7134/saa7134-core.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naurp ./drivers/media/video/saa7134/saa7134-core.c~saa7134_devexit ./drivers/media/video/saa7134/saa7134-core.c
--- ./drivers/media/video/saa7134/saa7134-core.c~saa7134_devexit	2004-10-11 21:17:56.000000000 -0700
+++ ./drivers/media/video/saa7134/saa7134-core.c	2004-10-17 11:31:09.000000000 -0700
@@ -1085,7 +1085,7 @@ static struct pci_driver saa7134_pci_dri
         .name     = "saa7134",
         .id_table = saa7134_pci_tbl,
         .probe    = saa7134_initdev,
-        .remove   = saa7134_finidev,
+        .remove   = __devexit_p(saa7134_finidev),
 };
 
 static int saa7134_init(void)

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

only message in thread, other threads:[~2004-10-17 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-17 23:04 [PATCH] saa7134: discarded reference Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox