• R
    fujitsu-laptop: depends on INPUT · c735ab7d
    Randy Dunlap 提交于
    fujitsu-laptop uses input_* functions, so it should depend on INPUT.
    
    drivers/built-in.o: In function `acpi_fujitsu_add':
    fujitsu-laptop.c:(.text+0xaaec7): undefined reference to `input_allocate_device'
    fujitsu-laptop.c:(.text+0xaaf39): undefined reference to `input_register_device'
    fujitsu-laptop.c:(.text+0xab025): undefined reference to `input_free_device'
    drivers/built-in.o: In function `acpi_fujitsu_notify':
    fujitsu-laptop.c:(.text+0xab0d8): undefined reference to `input_event'
    fujitsu-laptop.c:(.text+0xab0e5): undefined reference to `input_event'
    fujitsu-laptop.c:(.text+0xab0f5): undefined reference to `input_event'
    fujitsu-laptop.c:(.text+0xab102): undefined reference to `input_event'
    drivers/built-in.o: In function `acpi_fujitsu_hotkey_notify':
    fujitsu-laptop.c:(.text+0xab261): undefined reference to `input_event'
    drivers/built-in.o:fujitsu-laptop.c:(.text+0xab26e): more undefined references to `input_event' follow
    drivers/built-in.o: In function `acpi_fujitsu_hotkey_add':
    fujitsu-laptop.c:(.text+0xab49c): undefined reference to `input_allocate_device'
    fujitsu-laptop.c:(.text+0xab51a): undefined reference to `input_register_device'
    fujitsu-laptop.c:(.text+0xab5e4): undefined reference to `input_free_device'
    make[1]: *** [.tmp_vmlinux1] Error 1
    Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: NAndi Kleen <ak@linux.intel.com>
    Acked-by: NJonathan Woithe <jwoithe@physics.adelaide.edu.au>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLen Brown <len.brown@intel.com>
    c735ab7d
Kconfig 13.7 KB