[PATCH][ATM]: [uPD98402] exported symbols should not be marked __init

STALE8357d

2 messages, 2 authors, 2003-09-22 · open the first message on its own page

[PATCH][ATM]: [uPD98402] exported symbols should not be marked __init

From: chas williams <hidden>
Date: 2003-09-21 14:48:29

please apply to 2.6.  --thanks

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1444  -> 1.1445 
#	drivers/atm/uPD98402.c	1.7     -> 1.8    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/21	chas@relax.cmf.nrl.navy.mil	1.1445
# uPD98402.c:
#   [ATM]: [uPD98402] exported symbols should not be marked __init
# --------------------------------------------
#
diff -Nru a/drivers/atm/uPD98402.c b/drivers/atm/uPD98402.c
--- a/drivers/atm/uPD98402.c	Sun Sep 21 10:42:35 2003
+++ b/drivers/atm/uPD98402.c	Sun Sep 21 10:42:35 2003
@@ -246,7 +246,7 @@
 };
 
 
-int __init uPD98402_init(struct atm_dev *dev)
+int uPD98402_init(struct atm_dev *dev)
 {
 DPRINTK("phy_init\n");
 	dev->phy = &uPD98402_ops;

Re: [PATCH][ATM]: [uPD98402] exported symbols should not be marked __init

From: David S. Miller <hidden>
Date: 2003-09-22 01:12:47

On Sun, 21 Sep 2003 10:48:29 -0400
chas williams [off-list ref] wrote:
please apply to 2.6.  --thanks
 ...
#   [ATM]: [uPD98402] exported symbols should not be marked __init
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help