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

Commit 19f4e0da authored by Santosh Mardi's avatar Santosh Mardi
Browse files

PM / devfreq: update macro GOVERNOR_BW_HWMON_H in memlat.



In memlat driver we should not use GOVERNOR_BW_HWMON
instead use GOVERNOR_MEMLAT_H.

Change-Id: Ie21259a990deecd1a90391157c72e59b5e72b252
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent d6686534
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2017, 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
@@ -11,8 +11,8 @@
 * GNU General Public License for more details.
 */

#ifndef _GOVERNOR_BW_HWMON_H
#define _GOVERNOR_BW_HWMON_H
#ifndef _GOVERNOR_MEMLAT_H
#define _GOVERNOR_MEMLAT_H

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