]> git.baikalelectronics.ru Git - kernel.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)
commit63ece8b6369b9f6d6124c01950cddfe0c66ff619
treef29713764cc51631f6fa2a8a5641f11a5e95d90f
parent20d6c24566f8bbc2645e187c519d71229d0e7d0b
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