The patch titled gspca: fix sn9c20x build errors has been removed from the -mm tree. Its filename was gspca-fix-sn9c20x-build-errors.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: gspca: fix sn9c20x build errors From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix gscpa sn9c20x build errors: ERROR: "input_event" [drivers/media/video/gspca/gspca_sn9c20x.ko] undefined! ERROR: "input_register_device" [drivers/media/video/gspca/gspca_sn9c20x.ko] undefined! ERROR: "input_free_device" [drivers/media/video/gspca/gspca_sn9c20x.ko] undefined! ERROR: "input_unregister_device" [drivers/media/video/gspca/gspca_sn9c20x.ko] undefined! ERROR: "input_allocate_device" [drivers/media/video/gspca/gspca_sn9c20x.ko] undefined! Reported-by: Toralf Förster <toralf.foerster@xxxxxx Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Brian Johnson <brijohn@xxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/gspca/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/gspca/Kconfig~gspca-fix-sn9c20x-build-errors drivers/media/video/gspca/Kconfig --- a/drivers/media/video/gspca/Kconfig~gspca-fix-sn9c20x-build-errors +++ a/drivers/media/video/gspca/Kconfig @@ -123,7 +123,7 @@ config USB_GSPCA_SN9C20X config USB_GSPCA_SN9C20X_EVDEV bool "Enable evdev support" - depends on USB_GSPCA_SN9C20X + depends on USB_GSPCA_SN9C20X && INPUT ---help--- Say Y here in order to enable evdev support for sn9c20x webcam button. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch linux-next.patch input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch kernel-hacking-move-strip_asm_syms-from-general.patch mtd-make-onenand-genericc-more-generic-fix.patch isdn-fix-netjet-build-errors.patch scsi-fix-func-names-in-kernel-doc.patch mm-make-swap-token-dummies-static-inlines-fix-2.patch readahead-add-blk_run_backing_dev-fix-fix-2.patch page_alloc-fix-kernel-doc-warning.patch ksm-add-some-documentation.patch lis3-add-power-management-functions-fix.patch procfs-provide-stack-information-for-threads-v011-fix.patch spih-add-missing-kernel-doc-for-struct-spi_master.patch gpiolib-allow-exported-gpio-nodes-to-be-named-using-sysfs-links-update-fix.patch doc-filesystems-remove-smount-program.patch doc-filesystems-more-mount-cleanups.patch documentation-update-stale-definition-of-file-nr-in-fstxt.patch includecheck-fix-documentation-cfag12864b-examplec.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