lkml.org 
[lkml]   [2005]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] ibmasm: fix init/exit sections

Fix init & exit section usage, started with this diagnostic
from reference_discarded.pl (make buildcheck):
Error: ./drivers/misc/ibmasm/module.o .data refers to 00000058 R_386_32 .exit.text

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

diffstat:=
drivers/misc/ibmasm/module.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -Naurp ./drivers/misc/ibmasm/module.c~ibmasm_devexit ./drivers/misc/ibmasm/module.c
--- ./drivers/misc/ibmasm/module.c~ibmasm_devexit 2004-12-24 13:35:00.000000000 -0800
+++ ./drivers/misc/ibmasm/module.c 2005-01-06 21:33:59.261935440 -0800
@@ -57,7 +57,7 @@
#include "remote.h"


-static int __init ibmasm_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
+static int __devinit ibmasm_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
{
int err, result = -ENOMEM;
struct service_processor *sp;
@@ -161,7 +161,7 @@ error_kmalloc:
return result;
}

-static void __exit ibmasm_remove_one(struct pci_dev *pdev)
+static void __devexit ibmasm_remove_one(struct pci_dev *pdev)
{
struct service_processor *sp = (struct service_processor *)pci_get_drvdata(pdev);


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.184 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site