Searched hist:"6 e64180a7c0219d769e05b6dbe5af4a073c1eb92" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/power/reset/ |
H A D | at91-reset.c | diff 6e64180a7c0219d769e05b6dbe5af4a073c1eb92 Tue Aug 11 11:12:47 CEST 2015 Alexandre Belloni <alexandre.belloni@free-electrons.com> power/reset: at91-reset: allow compiling as a module
It was not possible to compile at91-reset as a module. Implement .remove() to allow it. Also switch to module_platform_driver_probe() as it is not hotpluggable.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
|
H A D | Kconfig | diff 6e64180a7c0219d769e05b6dbe5af4a073c1eb92 Tue Aug 11 11:12:47 CEST 2015 Alexandre Belloni <alexandre.belloni@free-electrons.com> power/reset: at91-reset: allow compiling as a module
It was not possible to compile at91-reset as a module. Implement .remove() to allow it. Also switch to module_platform_driver_probe() as it is not hotpluggable.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
|