Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f7b80c4 authored by Kyle Yan's avatar Kyle Yan
Browse files

PM / devfreq: devbw: Update config name to CONFIG_QCOM_DEVFREQ_DEVBW



Update incorrect usage of MSM_DEVFREQ_DEVBW to QCOM_DEVFREQ_DEVBW.

Change-Id: I6b003a664332c3935bd0470e8d9e3d6f289c4594
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 1ca632e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014, 2018 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -16,7 +16,7 @@

#include <linux/devfreq.h>

#ifdef CONFIG_MSM_DEVFREQ_DEVBW
#ifdef CONFIG_QCOM_DEVFREQ_DEVBW
int devfreq_add_devbw(struct device *dev);
int devfreq_remove_devbw(struct device *dev);
int devfreq_suspend_devbw(struct device *dev);