projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98cad10
)
hwmon: Use linux/of_platform.h instead of asm
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 23 May 2008 06:25:50 +0000
(16:25 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 30 Jun 2008 12:30:31 +0000
(22:30 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/hwmon/ams/ams-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/ams/ams-core.c
b/drivers/hwmon/ams/ams-core.c
index a112a03e8f29774c3d1fd567ee02801153005175..fbefa82a015cc6175f40106abc0d7017bee1ecea 100644
(file)
--- a/
drivers/hwmon/ams/ams-core.c
+++ b/
drivers/hwmon/ams/ams-core.c
@@
-23,8
+23,8
@@
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/init.h>
+#include <linux/of_platform.h>
#include <asm/pmac_pfunc.h>
-#include <asm/of_platform.h>
#include "ams.h"