...
> #ifdef CONFIG_PCMCIA
> pcmcia_init(); /* Do this last */
> +#ifdef CONFIG_PCMCIA_PCNET
> + init_pcnet_cs();
> +#endif
> #endif
Can't the new module init code be used to avoid having to hack up
main.c for every driver?
I'd prefer to wait a bit and do all the PCMCIA client drivers in one
go, after thinking it through, rather than piecemeal.
-- Dave Hinds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/