Skip to content

Commit

Permalink
rtc: snvs: Remove unused include of of_device.h
Browse files Browse the repository at this point in the history
There is nothing in use from of_device.h, remove it.

Signed-off-by: Anson Huang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
Anson-Huang authored and alexandrebelloni committed Feb 18, 2020
1 parent 4594d08 commit a137e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/rtc/rtc-snvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/pm_wakeirq.h>
#include <linux/rtc.h>
Expand Down

0 comments on commit a137e9b

Please sign in to comment.