Skip to content

Commit

Permalink
Staging: quickstart: depends on INPUT
Browse files Browse the repository at this point in the history
quickstart uses input_*() functions so it should depend on INPUT.

ERROR: "input_register_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_allocate_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_event" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_free_device" [drivers/staging/quickstart/quickstart.ko] undefined!
ERROR: "input_unregister_device" [drivers/staging/quickstart/quickstart.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Angelo Arrifano <miknix@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Aug 3, 2010
1 parent 8c31057 commit 57778ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/quickstart/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config ACPI_QUICKSTART
tristate "ACPI Quickstart key driver"
depends on ACPI
depends on ACPI && INPUT
help
Say Y here if you have a platform that supports the ACPI
quickstart key protocol.
Expand Down

0 comments on commit 57778ef

Please sign in to comment.