All of lore.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

* Re: [PATCH] reset: ath79: add missing include
  2016-08-24 13:30 [PATCH] reset: ath79: add missing include Philipp Zabel
@ 2016-08-25 11:09 ` Alban
  0 siblings, 0 replies; 2+ messages in thread
From: Alban @ 2016-08-25 11:09 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: Alban, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

On Wed, 24 Aug 2016 15:30:33 +0200
Philipp Zabel <p.zabel@pengutronix.de> wrote:

> The driver uses readl/writel, so it should include linux/io.h.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

Acked-by: Aban Bedel <albeu@free.fr>

Alban

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.