Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=649f0edd8b8ec0c0344fc36dd3f1c0add4497dc8
Commit:     649f0edd8b8ec0c0344fc36dd3f1c0add4497dc8
Parent:     76fb9278fd76e8662987ca83a106ac30c813bea5
Author:     Helge Deller <[EMAIL PROTECTED]>
AuthorDate: Sun May 27 18:07:25 2007 +0200
Committer:  Kyle McMartin <[EMAIL PROTECTED]>
CommitDate: Sun May 27 12:13:53 2007 -0400

    [PARISC] fix section mismatch in parport_gsc
    
    Signed-off-by: Helge Deller <[EMAIL PROTECTED]>
    Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]>
---
 drivers/parport/parport_gsc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/parport/parport_gsc.c b/drivers/parport/parport_gsc.c
index 17bf993..43652ba 100644
--- a/drivers/parport/parport_gsc.c
+++ b/drivers/parport/parport_gsc.c
@@ -350,7 +350,7 @@ struct parport *__devinit parport_gsc_probe_port (unsigned 
long base,
 
 #define PARPORT_GSC_OFFSET 0x800
 
-static int __initdata parport_count;
+static int __devinitdata parport_count;
 
 static int __devinit parport_init_chip(struct parisc_device *dev)
 {
-
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