can: mcp251x: remove deprecated board file setup example
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 26 Aug 2019 12:34:59 +0000 (14:34 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 3 Sep 2019 08:23:57 +0000 (10:23 +0200)
commitf6cae800bfdb6711f0d45af98643a944998be6f2
tree46fe8374a85a0db532fd8aa7c5da97c7813f2630
parent81f29dd304698d2650d09177c8b34d09679deb0d
can: mcp251x: remove deprecated board file setup example

In the pre device-tree ARM aera there were board files that configured
the system (instead of a device tree). A "struct spi_board_info" was
used to describe the SPI bus.

As new systems should be described via device trees, this patch removes
the board setup example from the driver. The "struct
mcp251x_platform_data" cannot be removed completely, as there are still
some in-tree users of this file.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/spi/mcp251x.c