* [PATCH] cx88: 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, kraxel
[-- Attachment #1: Type: text/plain, Size: 2 bytes --]
[-- Attachment #2: cx88_devexit.patch --]
[-- Type: text/x-patch, Size: 864 bytes --]
Error: ./drivers/media/video/cx88/cx88-video.o .data refers to 0000000000000b28 R_X86_64_64 .exit.text
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
drivers/media/video/cx88/cx88-video.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./drivers/media/video/cx88/cx88-video.c~cx88_devexit ./drivers/media/video/cx88/cx88-video.c
--- ./drivers/media/video/cx88/cx88-video.c~cx88_devexit 2004-08-13 22:36:59.000000000 -0700
+++ ./drivers/media/video/cx88/cx88-video.c 2004-10-17 11:29:36.000000000 -0700
@@ -2595,7 +2595,7 @@ static struct pci_driver cx8800_pci_driv
.name = "cx8800",
.id_table = cx8800_pci_tbl,
.probe = cx8800_initdev,
- .remove = cx8800_finidev,
+ .remove = __devexit_p(cx8800_finidev),
.suspend = cx8800_suspend,
.resume = cx8800_resume,
^ 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] cx88: 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