Skip to content

Commit

Permalink
mfd: at91-usart: Include Device Tree header
Browse files Browse the repository at this point in the history
Will ensure 'of_device_id' is declared.

Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
Lee Jones committed Sep 11, 2018
1 parent 259e0a0 commit 65b80df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/at91-usart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 65b80df

Please sign in to comment.