Skip to content

Commit 9cff217

Browse files
digetxchanwoochoi
authored andcommitted
PM / devfreq: tegra30: Include appropriate header
It's not very correct to include mod_devicetable.h for the OF device drivers and of_device.h should be included instead. Reviewed-by: Chanwoo Choi <[email protected]> Tested-by: Peter Geis <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent b87dea3 commit 9cff217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/devfreq/tegra30-devfreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <linux/io.h>
1414
#include <linux/irq.h>
1515
#include <linux/module.h>
16-
#include <linux/mod_devicetable.h>
16+
#include <linux/of_device.h>
1717
#include <linux/platform_device.h>
1818
#include <linux/pm_opp.h>
1919
#include <linux/reset.h>

0 commit comments

Comments
 (0)