Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469439
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] reset: ath79: add missing include |
| Date | 2016-08-24 15:40 +0200 |
| Message-ID | <s9Gzo-2Q5-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] reset: ath79: add missing include Philipp Zabel <p.zabel@pengutronix.de> - 2016-08-24 15:40 +0200
csiph-web