Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8aee929eda10b2502fd76c0bf2003f89f7992820
Commit:     8aee929eda10b2502fd76c0bf2003f89f7992820
Parent:     39d3520c92cf7a28c07229ca00cc35a1e8026c77
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 10 15:14:18 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Aug 13 22:51:58 2007 -0700

    [ATM]: fore200e_param_bs_queue() must be __devinit
    
    WARNING: drivers/built-in.o(.text+0x6203bb): Section mismatch: reference to 
.init.text:fore200e_param_bs_queue (between 'fore200e_initialize' and 
'fore200e_monitor_putc')
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/atm/fore200e.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 405ee5e..8b12925 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -2435,7 +2435,7 @@ fore200e_init_cmd_queue(struct fore200e* fore200e)
 }
 
 
-static void __init
+static void __devinit
 fore200e_param_bs_queue(struct fore200e* fore200e,
                        enum buffer_scheme scheme, enum buffer_magn magn,
                        int queue_length, int pool_size, int supply_blksize)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to