drivers: power: add missing MODULE_DEVICE_TABLE in keystone-reset.c
authorYu Jiahua <yujiahua1@huawei.com>
Wed, 16 Jun 2021 03:46:22 +0000 (19:46 -0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 29 Jun 2021 22:06:37 +0000 (00:06 +0200)
commit30e677a2ba2920b1234d1b38307dfa1dbb993e20
tree7781645eb5adc30ec7cd303a002054082cee89a1
parentdfe52db13ab8d24857a9840ec7ca75eef800c26c
drivers: power: add missing MODULE_DEVICE_TABLE in keystone-reset.c

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Signed-off-by: Yu Jiahua <yujiahua1@huawei.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/keystone-reset.c