[ patch -mm1 10/11 ] gpio-patchset-fixups: extern to header

From: Jim Cromie
Date: Thu Jun 22 2006 - 14:59:00 EST


diff.19-fix-extern-decl

Clean up the remaining bogus extern declaration, which is already in the corresponding header.

Signed-off-by: Jim Cromie <jim.cromie@xxxxxxxxx>

---

diff -ruNp -X dontdiff -X exclude-diffs 17-mm-pre0/drivers/char/pc8736x_gpio.c 19-extern/drivers/char/pc8736x_gpio.c
--- 17-mm-pre0/drivers/char/pc8736x_gpio.c 2006-06-20 20:42:39.000000000 -0600
+++ 19-extern/drivers/char/pc8736x_gpio.c 2006-06-21 09:48:22.000000000 -0600
@@ -212,8 +212,6 @@ static void pc8736x_gpio_change(unsigned
pc8736x_gpio_set(index, !pc8736x_gpio_current(index));
}

-extern void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned iminor);
-
static struct nsc_gpio_ops pc8736x_access = {
.owner = THIS_MODULE,
.gpio_config = pc8736x_gpio_configure,


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/