Skip to content

Commit

Permalink
headers/deps: Add header dependencies to .c files: <linux/minmax.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Ingo Molnar committed Feb 21, 2022
1 parent 747d05c commit e0b61d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/renesas/rcar-gen4-cpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Copyright (C) 2019 Renesas Electronics Corp.
*/

#include <linux/minmax.h>
#include <linux/bitfield.h>
#include <linux/clk.h>
#include <linux/clk-provider.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl-starfive.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright (C) 2021 Emil Renner Berthing <[email protected]>
*/

#include <linux/minmax.h>
#include <linux/device_api_lock.h>
#include <linux/spinlock_api.h>
#include <linux/of_api.h>
Expand Down

0 comments on commit e0b61d9

Please sign in to comment.