public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: ath79: add missing include
@ 2016-08-24 13:30 Philipp Zabel
  2016-08-25 11:09 ` Alban
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2016-08-24 13:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alban Bedel, Philipp Zabel

The driver uses readl/writel, so it should include linux/io.h.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/reset/reset-ath79.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/reset/reset-ath79.c b/drivers/reset/reset-ath79.c
index 16d410c..6b97631 100644
--- 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>
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-25 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 13:30 [PATCH] reset: ath79: add missing include Philipp Zabel
2016-08-25 11:09 ` Alban

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox