mfd: at91-usart: Include Device Tree header
authorLee Jones <lee.jones@linaro.org>
Tue, 11 Sep 2018 10:34:27 +0000 (11:34 +0100)
committerLee 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

index a4b9929..d20747f 100644 (file)
@@ -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 = {