Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0b61d9

Browse files
author
Ingo Molnar
committed
headers/deps: Add header dependencies to .c files: <linux/minmax.h>
Signed-off-by: Ingo Molnar <[email protected]>
1 parent 747d05c commit e0b61d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/clk/renesas/rcar-gen4-cpg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Copyright (C) 2019 Renesas Electronics Corp.
1111
*/
1212

13+
#include <linux/minmax.h>
1314
#include <linux/bitfield.h>
1415
#include <linux/clk.h>
1516
#include <linux/clk-provider.h>

drivers/pinctrl/pinctrl-starfive.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Copyright (C) 2021 Emil Renner Berthing <[email protected]>
77
*/
88

9+
#include <linux/minmax.h>
910
#include <linux/device_api_lock.h>
1011
#include <linux/spinlock_api.h>
1112
#include <linux/of_api.h>

0 commit comments

Comments
 (0)