Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1469439 > unrolled thread

[PATCH] reset: ath79: add missing include

Started byPhilipp Zabel <p.zabel@pengutronix.de>
First post2016-08-24 15:40 +0200
Last post2016-08-24 15:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] reset: ath79: add missing include Philipp Zabel <p.zabel@pengutronix.de> - 2016-08-24 15:40 +0200

#1469439 — [PATCH] reset: ath79: add missing include

FromPhilipp Zabel <p.zabel@pengutronix.de>
Date2016-08-24 15:40 +0200
Subject[PATCH] reset: ath79: add missing include
Message-ID<s9Gzo-2Q5-11@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web