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

Commit 8118120a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM / devfreq: devbw: Update config name to CONFIG_QCOM_DEVFREQ_DEVBW" into msm-4.14

parents 554aee0d 8f7b80c4
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);