spi: pxa2xx: Constify struct driver_data parameter
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 May 2021 12:41:33 +0000 (15:41 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 11 May 2021 08:35:10 +0000 (09:35 +0100)
commiteca32c3974c0664f88fed90b327f473bd18a4809
tree85a5185eab863a6f80c52451e70d5816e6c965de
parent6d380132eaea536bef641f21847c8a7987e96ad8
spi: pxa2xx: Constify struct driver_data parameter

In a couple of functions the contents of struct driver_data are not altered,
hence we may constify the respective function parameter.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210510124134.24638-14-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.h