diff options
| author | Randy Dunlap <[email protected]> | 2021-04-02 16:17:51 +0000 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2021-05-05 14:07:40 +0000 |
| commit | 71cf76d451ef40ff700320069fe58ae239f6f5aa (patch) | |
| tree | 6bc844d9ef659991f282e6266750411fbbbeab06 /lib/bitmap.c | |
| parent | gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 (diff) | |
| download | kernel-71cf76d451ef40ff700320069fe58ae239f6f5aa.tar.gz kernel-71cf76d451ef40ff700320069fe58ae239f6f5aa.zip | |
gpio: sch: depends on LPC_SCH
Since LPC_SCH provides GPIO functionality, GPIO_SCH should depend on
LPC_SCH to prevent kconfig warning and build errors:
WARNING: unmet direct dependencies detected for LPC_SCH
Depends on [n]: HAS_IOMEM [=y] && PCI [=n]
Selected by [y]:
- GPIO_SCH [=y] && GPIOLIB [=y] && X86 [=y] && (X86 [=y] || COMPILE_TEST [=n]) && ACPI [=y]
and
../drivers/mfd/lpc_sch.c:204:1: warning: data definition has no type or storage class
module_pci_driver(lpc_sch_driver);
^~~~~~~~~~~~~~~~~
../drivers/mfd/lpc_sch.c:204:1: error: type defaults to ‘int’ in declaration of ‘module_pci_driver’ [-Werror=implicit-int]
../drivers/mfd/lpc_sch.c:204:1: warning: parameter names (without types) in function declaration
../drivers/mfd/lpc_sch.c:197:26: warning: ‘lpc_sch_driver’ defined but not used [-Wunused-variable]
static struct pci_driver lpc_sch_driver = {
^~~~~~~~~~~~~~
Fixes: 6c46215d6b62 ("gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: Bartosz Golaszewski <[email protected]>
Cc: Denis Turischev <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions
