public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bt878: 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: lkml, akpm, jolt

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




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


Error: ./drivers/media/dvb/bt8xx/bt878.o .data refers to 0000000000000048 R_X86_64_64       .exit.text

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

diffstat:=
 drivers/media/dvb/bt8xx/bt878.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naurp ./drivers/media/dvb/bt8xx/bt878.c~bt878_devexit ./drivers/media/dvb/bt8xx/bt878.c
--- ./drivers/media/dvb/bt8xx/bt878.c~bt878_devexit	2004-10-11 21:17:56.000000000 -0700
+++ ./drivers/media/dvb/bt8xx/bt878.c	2004-10-17 11:27:29.000000000 -0700
@@ -559,7 +559,7 @@ static struct pci_driver bt878_pci_drive
       .name 	= "bt878",
       .id_table = bt878_pci_tbl,
       .probe 	= bt878_probe,
-      .remove 	= bt878_remove,
+      .remove 	= __devexit_p(bt878_remove),
 };
 
 static int bt878_pci_driver_registered = 0;


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

only message in thread, other threads:[~2004-10-17 23:15 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] bt878: 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