1
0
Fork 0

reset: ath79: add missing include

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>
hifive-unleashed-5.1
Philipp Zabel 2016-08-09 11:17:22 +02:00
parent a3774e146a
commit 9e9ba091aa
1 changed files with 1 additions and 0 deletions

View File

@ -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>