Skip to content

Commit

Permalink
intel_rapl: need linux/cpuhotplug.h for enum cpuhp_state
Browse files Browse the repository at this point in the history
Fixes: 7ebf8ef ("intel_rapl: introduce struct rapl_if_private")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Stephen Rothwell authored and Rafael J. Wysocki committed Jul 15, 2019
1 parent 2e3f450 commit 8da04e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/intel_rapl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <linux/types.h>
#include <linux/powercap.h>
#include <linux/cpuhotplug.h>

enum rapl_domain_type {
RAPL_DOMAIN_PACKAGE, /* entire package/socket */
Expand Down

0 comments on commit 8da04e0

Please sign in to comment.