From: Helge Deller Date: Sun, 27 May 2007 16:07:25 +0000 (+0200) Subject: [PARISC] fix section mismatch in parport_gsc X-Git-Tag: v2.6.22-rc5~36^2~16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649f0edd8b8ec0c0344fc36dd3f1c0add4497dc8;p=linux-2.6 [PARISC] fix section mismatch in parport_gsc Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- diff --git a/drivers/parport/parport_gsc.c b/drivers/parport/parport_gsc.c index 17bf9937d2..43652ba523 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) {