spi: pxa2xx: No need to keep pointer to platform device
There is no need to keep a pointer to the platform device. Currently there are no users of it directly, and if there will be in the future we may restore it from pointer to the struct device. Convert all users at the same time. Cc: Russell King <linux@armlinux.org.uk> Cc: Jaroslav Kysela <perex@perex.cz> Cc: Takashi Iwai <tiwai@suse.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20191018105429.82782-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e74dc5c763
commit
4f3d957718
5 changed files with 10 additions and 10 deletions
|
|
@ -206,7 +206,7 @@ enum pxa_ssp_type {
|
|||
};
|
||||
|
||||
struct ssp_device {
|
||||
struct platform_device *pdev;
|
||||
struct device *dev;
|
||||
struct list_head node;
|
||||
|
||||
struct clk *clk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue