From 2257b49b2e68f002bd45037e0c6d6598b7037b07 Mon Sep 17 00:00:00 2001 From: Alex Shi Date: Fri, 30 Jun 2023 14:34:30 +0800 Subject: [PATCH] dist: remove leds from filter out directory This module is depended by input_leds, otherwise dist build complain: filter-modules.sh: depmod: WARNING: kernel/drivers/input/input-leds.ko needs unknown symbol led_classdev_unregister Signed-off-by: Alex Shi Reviewed-by: Kairui Song --- dist/sources/filter-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/sources/filter-modules.sh b/dist/sources/filter-modules.sh index 1326883cc044..fc96529c85a7 100755 --- a/dist/sources/filter-modules.sh +++ b/dist/sources/filter-modules.sh @@ -17,7 +17,7 @@ # Set the default dirs and modules to filter out as external modules -driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga iio infiniband isdn leds media memstick message mfd mmc mtd nfc ntb pcmcia platform power powercap ssb soundwire staging thermal tty uio w1" +driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga iio infiniband isdn media memstick message mfd mmc mtd nfc ntb pcmcia platform power powercap ssb soundwire staging thermal tty uio w1" chardrvs="mwave pcmcia"