aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel/int3472/led.c
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2025-05-07 18:47:32 +0000
committerIlpo Järvinen <[email protected]>2025-05-08 14:35:28 +0000
commit53eddae9af0c0b46f9c77a02d23c21c1aa824739 (patch)
treebdf7e87a53b076bd6a8854a441f1049adb723706 /drivers/platform/x86/intel/int3472/led.c
parentplatform/x86: thinkpad-acpi: Add support for new hotkey for camera shutter sw... (diff)
downloadkernel-53eddae9af0c0b46f9c77a02d23c21c1aa824739.tar.gz
kernel-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 <[email protected]> Reviewed-by: Sakari Ailus <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/int3472/led.c')
-rw-r--r--drivers/platform/x86/intel/int3472/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/int3472/led.c b/drivers/platform/x86/intel/int3472/led.c
index 9cbed694e2ca..c5588e143f7d 100644
--- a/drivers/platform/x86/intel/int3472/led.c
+++ b/drivers/platform/x86/intel/int3472/led.c
@@ -4,7 +4,7 @@
#include <linux/acpi.h>
#include <linux/gpio/consumer.h>
#include <linux/leds.h>
-#include "common.h"
+#include <linux/platform_data/x86/int3472.h>
static int int3472_pled_set(struct led_classdev *led_cdev,
enum led_brightness brightness)