summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-of.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-02-07 20:30:10 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2023-02-13 13:10:17 +0100
commitcf16f631b0bbd98df4b2ccc13346f564412eae68 (patch)
treea5762d845dbb59e532317805388f11f7d8cdf46a /drivers/clocksource/timer-of.c
parentclocksource/drivers/sh_tmu: Mark driver as non-removable (diff)
downloadlinux-cf16f631b0bbd98df4b2ccc13346f564412eae68.tar.xz
linux-cf16f631b0bbd98df4b2ccc13346f564412eae68.zip
clocksource/drivers/em_sti: Mark driver as non-removable
The comment in the remove callback suggests that the driver is not supposed to be unbound. However returning an error code in the remove callback doesn't accomplish that. Instead set the suppress_bind_attrs property (which makes it impossible to unbind the driver via sysfs). The only remaining way to unbind a em_sti device would be module unloading, but that doesn't apply here, as the driver cannot be built as a module. Also drop the useless remove callback. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20230207193010.469495-1-u.kleine-koenig@pengutronix.de Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/timer-of.c')
0 files changed, 0 insertions, 0 deletions