pinctrl: denverton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 5 Oct 2023 13:59:45 +0000 (16:59 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 6 Oct 2023 08:23:25 +0000 (11:23 +0300)
commit3013c7f7780de32b950762f3a8904ef0da44ed63
treee16d73a4fdab8950bf8e06680ba4f8e8157f163e
parenta9d7dfaaa8e6185ca0ee9991d66b1ea36a22265e
pinctrl: denverton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()

As Krzysztof pointed out the better is to use MODULE_DEVICE_TABLE()
as it will be consistent with the content of the real ID table of
the platform devices.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-denverton.c