The patch titled input: serio_libps2 depends on serio_i8042 has been added to the -mm tree. Its filename is input-serio_libps2-depends-on-serio_i8042.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: input: serio_libps2 depends on serio_i8042 From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> SERIO_LIBPS2 code uses SERIO_I8042 code, so the former needs to depend on the latter. (.text+0x1f33ca): undefined reference to `i8042_check_port_owner' (.text+0x1f33de): undefined reference to `i8042_unlock_chip' (.text+0x1f3435): undefined reference to `i8042_check_port_owner' (.text+0x1f3449): undefined reference to `i8042_lock_chip Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/serio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/input/serio/Kconfig~input-serio_libps2-depends-on-serio_i8042 drivers/input/serio/Kconfig --- a/drivers/input/serio/Kconfig~input-serio_libps2-depends-on-serio_i8042 +++ a/drivers/input/serio/Kconfig @@ -168,6 +168,7 @@ config SERIO_MACEPS2 config SERIO_LIBPS2 tristate "PS/2 driver library" if EMBEDDED + depends on SERIO_I8042 help Say Y here if you are using a driver for device connected to a PS/2 port, such as PS/2 mouse or standard AT keyboard. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are linux-next.patch input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch input-serio_libps2-depends-on-serio_i8042.patch isdn-fix-netjet-build-errors.patch scsi-fix-func-names-in-kernel-doc.patch docs-update-patch-size-in-submittingpatches.patch readahead-add-blk_run_backing_dev.patch pcmcia-fix-controller-printk-warnings.patch reiser4-export-remove_from_page_cache-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html