kill ifdef
> MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl> and Simon G. Vogl <simon@tk.uni-linz.ac.at>");
> --- linux/drivers/i2c/i2c-elektor.c.orig 2002-09-10 22:31:34.000000000 -0400
> +++ linux-2.5.34/drivers/i2c/i2c-elektor.c 2002-09-10 22:31:58.000000000 -0400
> @@ -291,8 +291,6 @@
> return 0;
> }
>
> -EXPORT_NO_SYMBOLS;
> -
> #ifdef MODULE
> MODULE_AUTHOR("Hans Berglund <hb@spacetec.no>");
> MODULE_DESCRIPTION("I2C-Bus adapter routines for PCF8584 ISA bus adapter");
kill ifdef
> --- linux/drivers/i2c/i2c-frodo.c.orig 2002-09-05 11:23:59.000000000 -0400
> +++ linux-2.5.34/drivers/i2c/i2c-frodo.c 2002-09-05 11:25:28.000000000 -0400
> @@ -97,8 +97,6 @@
> return (i2c_bit_add_bus (&frodo_ops));
> }
>
> -EXPORT_NO_SYMBOLS;
> -
> static void __exit i2c_frodo_exit (void)
> {
> i2c_bit_del_bus (&frodo_ops);
> @@ -111,8 +109,6 @@
> MODULE_LICENSE ("GPL");
> #endif /* #ifdef MODULE_LICENSE */
kill MODULE_LICENSE ifdef
>
> -EXPORT_NO_SYMBOLS;
> -
> module_init (i2c_frodo_init);
> module_exit (i2c_frodo_exit);
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/