mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
leds: simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table static
simatic_ipc_led_gpio_table is only used inside simatic-ipc-leds-gpio.c, make it static. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20220910085836.84962-1-hdegoede@redhat.com
This commit is contained in:
parent
7318b61320
commit
8902437ce3
@ -15,7 +15,7 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/platform_data/x86/simatic-ipc-base.h>
|
||||
|
||||
struct gpiod_lookup_table *simatic_ipc_led_gpio_table;
|
||||
static struct gpiod_lookup_table *simatic_ipc_led_gpio_table;
|
||||
|
||||
static struct gpiod_lookup_table simatic_ipc_led_gpio_table_127e = {
|
||||
.dev_id = "leds-gpio",
|
||||
|
Loading…
Reference in New Issue
Block a user