Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>

diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c
index 1830ea9..df44eca 100644
--- a/drivers/media/video/gspca/gspca.c
+++ b/drivers/media/video/gspca/gspca.c
@@ -2281,9 +2281,11 @@ int gspca_dev_probe(struct usb_interface *intf,
                goto out;
        gspca_set_default_mode(gspca_dev);

+#ifdef CONFIG_INPUT
        ret = gspca_input_connect(gspca_dev);
        if (ret)
                goto out;
+#endif

        mutex_init(&gspca_dev->usb_lock);
        mutex_init(&gspca_dev->read_lock);
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to