diff options
author | Geert Uytterhoeven | 2019-09-20 16:47:05 +0200 |
---|---|---|
committer | Geert Uytterhoeven | 2019-10-01 10:30:06 +0200 |
commit | 3b1600c515a50417fd08488b844199bd23919f28 (patch) | |
tree | 43f1baf0b455a20e1bfbc4bd7f546db6439b1917 /drivers/soc/renesas/r8a77990-sysc.c | |
parent | 8c32c5ff873580a5bff1b743ac5e080b36fbd784 (diff) |
soc: renesas: rcar-sysc: Remove unneeded inclusion of <linux/bug.h>
No R-Car or RZ/G SYSC driver uses any of the definitions provided by
<linux/bug.h>, hence there is no need to include this header file.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Link: https://lore.kernel.org/r/20190920144705.27394-1-geert+renesas@glider.be
Diffstat (limited to 'drivers/soc/renesas/r8a77990-sysc.c')
-rw-r--r-- | drivers/soc/renesas/r8a77990-sysc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/renesas/r8a77990-sysc.c b/drivers/soc/renesas/r8a77990-sysc.c index 1d2432020b7a..9f92737dc352 100644 --- a/drivers/soc/renesas/r8a77990-sysc.c +++ b/drivers/soc/renesas/r8a77990-sysc.c @@ -6,7 +6,6 @@ */ #include <linux/bits.h> -#include <linux/bug.h> #include <linux/kernel.h> #include <linux/sys_soc.h> |