diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2025-05-07 20:47:32 +0200 |
|---|---|---|
| committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2025-05-08 17:35:28 +0300 |
| commit | 53eddae9af0c0b46f9c77a02d23c21c1aa824739 (patch) | |
| tree | bdf7e87a53b076bd6a8854a441f1049adb723706 /drivers/platform/x86/intel/int3472/discrete_quirks.c | |
| parent | platform/x86: thinkpad-acpi: Add support for new hotkey for camera shutter sw... (diff) | |
| download | linux-53eddae9af0c0b46f9c77a02d23c21c1aa824739.tar.gz linux-53eddae9af0c0b46f9c77a02d23c21c1aa824739.zip | |
platform/x86: int3472: Move common.h to public includes, symbols to INTEL_INT3472
Move the common.h header file to include/linux/platform_data/x86/int3472.h
and add a "INTEL_INT3472" kernel-symbol-namespace to the exported symbols.
This is a preparation patch for exporting some more symbols for re-use in
the atomisp driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20250507184737.154747-2-hdegoede@redhat.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/intel/int3472/discrete_quirks.c')
| -rw-r--r-- | drivers/platform/x86/intel/int3472/discrete_quirks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/int3472/discrete_quirks.c b/drivers/platform/x86/intel/int3472/discrete_quirks.c index bf88863803b2..552869ef91ab 100644 --- a/drivers/platform/x86/intel/int3472/discrete_quirks.c +++ b/drivers/platform/x86/intel/int3472/discrete_quirks.c @@ -2,8 +2,7 @@ /* Author: Hans de Goede <hansg@kernel.org> */ #include <linux/dmi.h> - -#include "common.h" +#include <linux/platform_data/x86/int3472.h> static const struct int3472_discrete_quirks lenovo_miix_510_quirks = { .avdd_second_sensor = "i2c-OVTI2680:00", |
