On Wed, Aug 31, 2005 at 10:33:52AM +0100, Russell King wrote: >... > In addition, the following drivers declare functions of the same name. > The maintainers of these need to look to see why, and eliminate them > where possible. > > drivers/serial/crisv10.c:register_serial(struct serial_struct *req) > drivers/serial/crisv10.c:void unregister_serial(int line)
It seems we can simply kill these dummies with this patch. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.13-mm1-full/drivers/serial/crisv10.c.old 2005-09-02 01:10:07.000000000 +0200 +++ linux-2.6.13-mm1-full/drivers/serial/crisv10.c 2005-09-02 01:10:27.000000000 +0200 @@ -5038,17 +5038,3 @@ /* this makes sure that rs_init is called during kernel boot */ module_init(rs_init); - -/* - * register_serial and unregister_serial allows for serial ports to be - * configured at run-time, to support PCMCIA modems. - */ -int -register_serial(struct serial_struct *req) -{ - return -1; -} - -void unregister_serial(int line) -{ -} - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/