diff options
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.h')
| -rw-r--r-- | drivers/platform/x86/intel/pmt/class.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/pmt/class.h b/drivers/platform/x86/intel/pmt/class.h index 1337019c2873..db11d58867ce 100644 --- a/drivers/platform/x86/intel/pmt/class.h +++ b/drivers/platform/x86/intel/pmt/class.h @@ -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  |