Browse Source

mfd: at91-usart: Include Device Tree header

Will ensure 'of_device_id' is declared.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Lee Jones 7 years ago
parent
commit
65b80dfffe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/mfd/at91-usart.c

+ 1 - 0
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 = {