diff options
| author | David E. Box <[email protected]> | 2023-03-16 22:57:35 +0000 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2023-03-20 14:15:11 +0000 |
| commit | d908084385a41cfdb82dca6ab4086e3f1a9dd4ae (patch) | |
| tree | 2eaacdf7c37485cc2b9750b780ca69e63efb26cc /drivers/platform/x86/intel/pmt/crashlog.c | |
| parent | platform/x86/intel: vsec: Explicitly enable capabilities (diff) | |
| download | kernel-d908084385a41cfdb82dca6ab4086e3f1a9dd4ae.tar.gz kernel-d908084385a41cfdb82dca6ab4086e3f1a9dd4ae.zip | |
platform/x86/intel/pmt: Add INTEL_PMT module namespace
Since the currently exported symbols in pmt_class are only used by other
Intel PMT drivers, create an INTEL_PMT module namespace for them.
Signed-off-by: David E. Box <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/crashlog.c')
| -rw-r--r-- | drivers/platform/x86/intel/pmt/crashlog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/pmt/crashlog.c b/drivers/platform/x86/intel/pmt/crashlog.c index ace1239bc0a0..bbb3d61d09f4 100644 --- a/drivers/platform/x86/intel/pmt/crashlog.c +++ b/drivers/platform/x86/intel/pmt/crashlog.c @@ -328,3 +328,4 @@ module_exit(pmt_crashlog_exit); MODULE_AUTHOR("Alexander Duyck <[email protected]>"); MODULE_DESCRIPTION("Intel PMT Crashlog driver"); MODULE_LICENSE("GPL v2"); +MODULE_IMPORT_NS(INTEL_PMT); |
