]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/net: Clean up orphaned probes in Space.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Jan 2013 18:55:05 +0000 (18:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jan 2013 18:21:57 +0000 (13:21 -0500)
commita66f566afc3a06f7588cd7a2c93125fce494162b
treef29713764cc51631f6fa2a8a5641f11a5e95d90f
parent38675170e4235f859bb85564c33ffa077a1c1ef7
drivers/net: Clean up orphaned probes in Space.c

The removal of the 8390 EISA drivers actually comprises the
complete content of the EISA probe block, so we can now remove
that block, and its hook into the unified probe.  Note that
the deleted comment mentions PCI probes, but they long since
moved elsewhere, so no PCI probes are touched here.

We get rid of the orphaned EISA probe prototypes, and a couple
of left over MCA probe prototypes at the same time.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Space.c