]> Git Repo - linux.git/blobdiff - drivers/platform/x86/intel/pmt/class.h
platform/x86: amd-pmc: Move to later in the suspend process
[linux.git] / drivers / platform / x86 / intel / pmt / class.h
index 1337019c2873eb37b3abda073700228437bb0b36..db11d58867ce2f1ed36a6fd04a0a9bc443092acd 100644 (file)
@@ -2,13 +2,14 @@
 #ifndef _INTEL_PMT_CLASS_H
 #define _INTEL_PMT_CLASS_H
 
-#include <linux/platform_device.h>
 #include <linux/xarray.h>
 #include <linux/types.h>
 #include <linux/bits.h>
 #include <linux/err.h>
 #include <linux/io.h>
 
+#include "../vsec.h"
+
 /* PMT access types */
 #define ACCESS_BARID           2
 #define ACCESS_LOCAL           3
@@ -47,7 +48,7 @@ struct intel_pmt_namespace {
 bool intel_pmt_is_early_client_hw(struct device *dev);
 int intel_pmt_dev_create(struct intel_pmt_entry *entry,
                         struct intel_pmt_namespace *ns,
-                        struct platform_device *pdev, int idx);
+                        struct intel_vsec_device *dev, int idx);
 void intel_pmt_dev_destroy(struct intel_pmt_entry *entry,
                           struct intel_pmt_namespace *ns);
 #endif
This page took 0.04006 seconds and 4 git commands to generate.