Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932699AbbLVKSu (ORCPT ); Tue, 22 Dec 2015 05:18:50 -0500 Received: from outbound.smtp.vt.edu ([198.82.183.121]:33621 "EHLO omr1.cc.vt.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932181AbbLVKSs (ORCPT ); Tue, 22 Dec 2015 05:18:48 -0500 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6+dev To: Javier Martinez Canillas , Laurent Pinchart cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: next-20151222 - compile failure in drivers/media/usb/uvc/uvc_driver.c From: Valdis Kletnieks Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Dec 2015 05:18:36 -0500 Message-ID: <75073.1450779516@turing-police.cc.vt.edu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 23 next-20151222 fails to build for me: CC drivers/media/usb/uvc/uvc_driver.o drivers/media/usb/uvc/uvc_driver.c: In function 'uvc_probe': drivers/media/usb/uvc/uvc_driver.c:1941:32: error: 'struct uvc_device' has no member named 'mdev' if (media_device_register(&dev->mdev) < 0) ^ scripts/Makefile.build:258: recipe for target 'drivers/media/usb/uvc/uvc_driver.o' failed 'git blame' points at that line being added in: commit 1590ad7b52714fddc958189103c95541b49b1dae Author: Javier Martinez Canillas Date: Fri Dec 11 20:57:08 2015 -0200 [media] media-device: split media initialization and registration Not sure what went wrong here. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/