mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
intel_rapl: need linux/cpuhotplug.h for enum cpuhp_state
Fixes: 7ebf8eff63 ("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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
2e3f450047
commit
8da04e05cd
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/powercap.h>
|
#include <linux/powercap.h>
|
||||||
|
#include <linux/cpuhotplug.h>
|
||||||
|
|
||||||
enum rapl_domain_type {
|
enum rapl_domain_type {
|
||||||
RAPL_DOMAIN_PACKAGE, /* entire package/socket */
|
RAPL_DOMAIN_PACKAGE, /* entire package/socket */
|
||||||
|
|||||||
Reference in New Issue
Block a user