]> Git Repo - linux.git/commitdiff
intel_rapl: need linux/cpuhotplug.h for enum cpuhp_state
authorStephen Rothwell <[email protected]>
Sun, 14 Jul 2019 23:56:30 +0000 (09:56 +1000)
committerRafael J. Wysocki <[email protected]>
Mon, 15 Jul 2019 09:42:31 +0000 (11:42 +0200)
Fixes: 7ebf8eff63b4 ("intel_rapl: introduce struct rapl_if_private")
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
include/linux/intel_rapl.h

index 0c179d92d11068528dacc2891bbed5910e81c109..efb3ce892c20dc1f87d35abb43a5c32bbe6b0b17 100644 (file)
@@ -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 */
This page took 0.05284 seconds and 4 git commands to generate.