Skip to content

Commit

Permalink
intel_hfi: Add missing sched/topology.h include to fix compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Sultan Alsawaf <[email protected]>
  • Loading branch information
kerneltoast authored and ItsVixano committed Oct 26, 2023
1 parent 1c24aac commit 4fa6cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/thermal/intel/intel_hfi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <linux/string.h>
#include <linux/topology.h>
#include <linux/workqueue.h>
#include <linux/sched/topology.h>

#include <asm/msr.h>

Expand Down

0 comments on commit 4fa6cc3

Please sign in to comment.