diff options
author | Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> | 2018-01-31 11:50:22 +0530 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-02-01 15:26:11 +0200 |
commit | 941691ef2197944a202d7870dcd7da3fb0391c65 (patch) | |
tree | 1aac173bb125e5fd413d6f2a098c8a75aeb18ec8 /drivers/platform | |
parent | 4726098bcc4cf033dd57b6310de46ef3692debf5 (diff) | |
download | blackbird-obmc-linux-941691ef2197944a202d7870dcd7da3fb0391c65.tar.gz blackbird-obmc-linux-941691ef2197944a202d7870dcd7da3fb0391c65.zip |
platform/x86: intel_pmc_core: Remove unused header file
Recently sent patch 'platform/x86: intel_pmc_core: Remove unused EXPORTED
API' missed to remove the header file 'arch/x86/include/asm/pmc_core.h'
which was solely used to declare the EXPORTED API
'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the
same.
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/intel_pmc_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index f971ca1a6ed2..5c401e17cfb6 100644 --- a/drivers/platform/x86/intel_pmc_core.c +++ b/drivers/platform/x86/intel_pmc_core.c @@ -28,7 +28,6 @@ #include <asm/cpu_device_id.h> #include <asm/intel-family.h> -#include <asm/pmc_core.h> #include "intel_pmc_core.h" |