From patchwork Tue Dec 22 00:21:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Morton X-Patchwork-Id: 2347 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Tue, 22 Dec 2009 00:22:47 +0000 Received: from bombadil.infradead.org [18.85.46.34] by gaivota.chehab.org with IMAP (fetchmail-6.3.11) for (single-drop); Tue, 22 Dec 2009 01:20:10 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NMsWV-0006ei-8e; Tue, 22 Dec 2009 00:22:47 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366AbZLVAWA (ORCPT + 1 other); Mon, 21 Dec 2009 19:22:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752321AbZLVAV7 (ORCPT ); Mon, 21 Dec 2009 19:21:59 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49186 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752241AbZLVAV6 (ORCPT ); Mon, 21 Dec 2009 19:21:58 -0500 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [140.211.169.55]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id nBM0Lm8l005346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Dec 2009 16:21:49 -0800 Received: from localhost.localdomain (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id nBM0LmnV004937; Mon, 21 Dec 2009 16:21:48 -0800 Message-Id: <200912220021.nBM0LmnV004937@imap1.linux-foundation.org> Subject: [patch 3/3] drivers/media/video/pms.c needs version.h To: mchehab@infradead.org Cc: linux-media@vger.kernel.org, akpm@linux-foundation.org, hverkuil@xs4all.nl From: akpm@linux-foundation.org Date: Mon, 21 Dec 2009 16:21:48 -0800 MIME-Version: 1.0 X-Spam-Status: No, hits=-3.515 required=5 tests=AWL, BAYES_00, OSDL_HEADER_SUBJECT_BRACKETED X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.13 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Andrew Morton i386 allmodconfig: drivers/media/video/pms.c: In function 'pms_querycap': drivers/media/video/pms.c:682: error: implicit declaration of function 'KERNEL_VERSION' Cc: Mauro Carvalho Chehab Cc: Hans Verkuil Signed-off-by: Andrew Morton --- drivers/media/video/pms.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/media/video/pms.c~drivers-media-video-pmsc-needs-versionh drivers/media/video/pms.c --- a/drivers/media/video/pms.c~drivers-media-video-pmsc-needs-versionh +++ a/drivers/media/video/pms.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include