Skip to content

Commit

Permalink
headers/deps: Add header dependencies to .c files: <linux/bitmap.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@kernel.org>
  • Loading branch information
Ingo Molnar committed Feb 21, 2022
1 parent c74149d commit 747d05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Author: James.Qian.Wang <james.qian.wang@arm.com>
*
*/
#include <linux/bitmap.h>
#include <linux/seq_file.h>
#include <linux/of_api.h>
#include <linux/device_api_lock.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*
*/

#include <linux/bitmap.h>
#include <linux/align.h>
#include <drm/drm_print.h>
#include <linux/clk.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/regulator/irq_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//
// Author: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>

#include <linux/bitmap.h>
#include <linux/workqueue_api.h>
#include <linux/spinlock_api.h>
#include <linux/jiffies.h>
Expand Down

0 comments on commit 747d05c

Please sign in to comment.