spi: spidev: Replace ACPI specific code by device_get_match_data()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 23 Mar 2022 14:02:14 +0000 (16:02 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 5 Apr 2022 09:21:46 +0000 (10:21 +0100)
commit2a7f669dd8f6561d227e724ca2614c25732f4799
treecb7fc463178ab71cc123d0964fd2e5419a945c2c
parentd21b94bf3ac44aa7759c0de6f72c0a887eb9e23b
spi: spidev: Replace ACPI specific code by device_get_match_data()

Instead of calling the ACPI specific APIs, use device_get_match_data().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220323140215.2568-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spidev.c