projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3774e1
)
reset: ath79: add missing include
author
Philipp Zabel
<p.zabel@pengutronix.de>
Tue, 9 Aug 2016 09:17:22 +0000
(11:17 +0200)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Thu, 25 Aug 2016 11:27:23 +0000
(13:27 +0200)
The driver uses readl/writel, so it should include linux/io.h.
Acked-by: Aban Bedel <albeu@free.fr>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-ath79.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/reset/reset-ath79.c
b/drivers/reset/reset-ath79.c
index 16d410cd6146c24ee759e914dd7ac0afb75a74a3..6b97631f548932158e7e84b29fdc5cc63f5e2049 100644
(file)
--- a/
drivers/reset/reset-ath79.c
+++ b/
drivers/reset/reset-ath79.c
@@
-12,6
+12,7
@@
* GNU General Public License for more details.
*/
+#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/reset-controller.h>