Skip to content

Commit

Permalink
rtc: starfive: add missing irqnr.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Gazzetta <[email protected]>
  • Loading branch information
fgaz authored Jun 22, 2023
1 parent 4964ce0 commit d675c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/rtc-starfive.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/completion.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/irqnr.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_irq.h>
Expand Down

0 comments on commit d675c37

Please sign in to comment.