Commit 9e9ba091 authored by Philipp Zabel's avatar Philipp Zabel

reset: ath79: add missing include

The driver uses readl/writel, so it should include linux/io.h.
Acked-by: default avatarAban Bedel <albeu@free.fr>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent a3774e14
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment