mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
devfreq: wmark: fix compilation on kernel 4.4
The watermark devfreq governors were not building on kernel 4.4 due to a missing include of module.h Add the include. JIRA HOSTX-50 Change-Id: Ieebf5cd0bf6a0737e501423c1f182de5838f31a3 Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-on: http://git-master/r/1189446 (cherry picked from linux-4.9 commit e397f5ebd40c9f5114efdd0f6da7e189e51203a6) Reviewed-on: https://git-master.nvidia.com/r/1770144 GVS: Gerrit_Virtual_Submit Reviewed-by: Timo Alho <talho@nvidia.com> Tested-by: Timo Alho <talho@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
a55c8f34e2
commit
ed2d152576
@@ -21,6 +21,7 @@
|
||||
#include <linux/device.h>
|
||||
#include <linux/notifier.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <governor.h>
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <linux/device.h>
|
||||
#include <linux/notifier.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <governor.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user