pinctrl: broxton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 5 Oct 2023 13:39:49 +0000 (16:39 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 6 Oct 2023 08:23:10 +0000 (11:23 +0300)
commita9d7dfaaa8e6185ca0ee9991d66b1ea36a22265e
treeb58b823bc5b2bfa684733e4a2488c7839e84e3af
parentf2bbe6f1f446b4c13466ebe7a2bf268bdbe0496b
pinctrl: broxton: 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>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-broxton.c