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/clk_and_regulator.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/clk_and_regulator.c')
| -rw-r--r-- | drivers/platform/x86/intel/int3472/clk_and_regulator.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/int3472/clk_and_regulator.c b/drivers/platform/x86/intel/int3472/clk_and_regulator.c index c85cbfbc16c1..4d00494a7670 100644 --- a/drivers/platform/x86/intel/int3472/clk_and_regulator.c +++ b/drivers/platform/x86/intel/int3472/clk_and_regulator.c @@ -6,11 +6,10 @@ #include <linux/clk-provider.h> #include <linux/device.h> #include <linux/gpio/consumer.h> +#include <linux/platform_data/x86/int3472.h> #include <linux/regulator/driver.h> #include <linux/slab.h> -#include "common.h" - /* * 82c0d13a-78c5-4244-9bb1-eb8b539a8d11 * This _DSM GUID allows controlling the sensor clk when it is not controlled |
