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

Commit c8285572 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

devfreq: update config macro for devbw driver



Update config macro used in devbw include file, use
the proper config macro enabled in the config file.

Change-Id: I187942f849c4a2dde877778053ede14b0c9d31fd
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent f52b5e33
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@


#include <linux/devfreq.h>
#include <linux/devfreq.h>


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