Ingo Molnar f0084a36d4 net 8390p: fix interface usage
various drivers were using the wrong APIs:

 drivers/built-in.o: In function `hp_probe1':
 hp.c:(.init.text+0xa280): undefined reference to `NS8390_init'

fixed via:

cd drivers/net/; sed -i 's/NS8390_/NS8390p_/g' \
  $(grep -l NS8390_ $(grep 8390p.o Makefile | cut -d' ' -f3 | \
      sed 's/.o$/.c/g'))

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-07-22 17:50:44 -04:00
..
2008-07-16 11:07:59 +10:00
2008-07-04 10:40:05 -07:00
2008-05-20 13:31:55 -07:00
2008-04-29 08:06:18 -07:00
2008-07-16 23:27:03 +02:00
2008-07-22 17:50:44 -04:00
2008-07-02 15:06:24 -06:00
2008-07-20 17:24:39 -07:00
2008-07-16 11:07:59 +10:00
2008-07-20 17:24:38 -07:00
2008-04-30 08:29:52 -07:00