aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/devfreq/event/exynos-ppmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/devfreq/event/exynos-ppmu.c b/drivers/devfreq/event/exynos-ppmu.c
index f55cf0eb2a66..a112034997eb 100644
--- a/drivers/devfreq/event/exynos-ppmu.c
+++ b/drivers/devfreq/event/exynos-ppmu.c
@@ -351,6 +351,7 @@ static const struct of_device_id exynos_ppmu_id_match[] = {
351 }, 351 },
352 { /* sentinel */ }, 352 { /* sentinel */ },
353}; 353};
354MODULE_DEVICE_TABLE(of, exynos_ppmu_id_match);
354 355
355static struct devfreq_event_ops *exynos_bus_get_ops(struct device_node *np) 356static struct devfreq_event_ops *exynos_bus_get_ops(struct device_node *np)
356{ 357{