From: Marc Kleine-Budde Date: Mon, 18 Oct 2010 13:00:18 +0000 (+0200) Subject: can: mcp251x: Don't use pdata->model for chip selection anymore X-Git-Tag: v2.6.37-rc1~147^2~100^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f8c6cbe6f08f93ac2a4ca19625891d8a82b7f8;p=pandora-kernel.git can: mcp251x: Don't use pdata->model for chip selection anymore Since commit e446630c960946b5c1762e4eadb618becef599e7, i.e. v2.6.35-rc1, the mcp251x chip model can be selected via the modalias member in the struct spi_board_info. The driver stores the actual model in the struct mcp251x_platform_data. From the driver point of view the platform_data should be read only. Since all in-tree users of the mcp251x have already been converted to the modalias method, this patch moves the "model" member from the struct mcp251x_platform_data to the driver's private data structure. Signed-off-by: Marc Kleine-Budde Cc: Christian Pellegrin Cc: Marc Zyngier --- Reading git-diff-tree failed