projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259e0a0
)
mfd: at91-usart: Include Device Tree header
author
Lee Jones
<lee.jones@linaro.org>
Tue, 11 Sep 2018 10:34:27 +0000
(11:34 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 11 Sep 2018 10:44:56 +0000
(11:44 +0100)
Will ensure 'of_device_id' is declared.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/at91-usart.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/at91-usart.c
b/drivers/mfd/at91-usart.c
index a4b9929c156f8dc381472b7a0cc84984854e5848..d20747f612c192da606a7e167c4129d4f92c3a64 100644
(file)
--- a/
drivers/mfd/at91-usart.c
+++ b/
drivers/mfd/at91-usart.c
@@
-12,6
+12,7
@@
#include <linux/module.h>
#include <linux/mfd/core.h>
+#include <linux/of.h>
#include <linux/property.h>
static struct mfd_cell at91_usart_spi_subdev = {