Skip to content

Commit 1955f21

Browse files
rtc: at91sam9: include linux/of.h
This driver is using device tree but is not including of.h Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 0c6e718 commit 1955f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/rtc/rtc-at91sam9.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <linux/kernel.h>
1919
#include <linux/mfd/syscon.h>
2020
#include <linux/module.h>
21+
#include <linux/of.h>
2122
#include <linux/platform_data/atmel.h>
2223
#include <linux/platform_device.h>
2324
#include <linux/regmap.h>

0 commit comments

Comments
 (0)