From patchwork Wed Aug 3 17:12:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1032092 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p73HCuQW016815 for ; Wed, 3 Aug 2011 17:12:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754384Ab1HCRM3 (ORCPT ); Wed, 3 Aug 2011 13:12:29 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:48672 "HELO oproxy1-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754283Ab1HCRM2 (ORCPT ); Wed, 3 Aug 2011 13:12:28 -0400 Received: (qmail 18597 invoked by uid 0); 3 Aug 2011 17:12:28 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy1.bluehost.com with SMTP; 3 Aug 2011 17:12:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenotime.net; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=soUwxJK1ZCFGvuKcxkGi8Sc/BCuknrHN7hXs/LTQlE8=; b=bSzSNKPjU5Fmc1T7m2rmlmS7PRwWUas8pj+nQ5fsyhkI4Hy3emDQWsEtJ0lUbwLPnThFoqK7sr0SLqqtoWtDJ57xMwrcgpWk9L9JD2gBYk78XBSU3bT1TGp7c2srdbde; Received: from static-50-53-38-135.bvtn.or.frontiernet.net ([50.53.38.135] helo=chimera.site) by box742.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Qoezb-0004j7-Ub; Wed, 03 Aug 2011 11:12:28 -0600 Date: Wed, 3 Aug 2011 10:12:26 -0700 From: Randy Dunlap To: akpm@linux-foundation.org, linux-media@vger.kernel.org, mchehab@infradead.org Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org Subject: [PATCH -mmotm] media: video/adp1653.c needs module.h Message-Id: <20110803101226.0d17b23e.rdunlap@xenotime.net> In-Reply-To: <201108022357.p72NvsZM022462@imap1.linux-foundation.org> References: <201108022357.p72NvsZM022462@imap1.linux-foundation.org> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 03 Aug 2011 17:12:56 +0000 (UTC) From: Randy Dunlap adp1653.c uses interfaces that are provided by and needs to include that header file to fix build errors. drivers/media/video/adp1653.c:453: warning: data definition has no type or storage class drivers/media/video/adp1653.c:453: warning: parameter names (without types) in function declaration drivers/media/video/adp1653.c:474: error: 'THIS_MODULE' undeclared (first use in this function) and more. Signed-off-by: Randy Dunlap --- drivers/media/video/adp1653.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- mmotm-2011-0802-1619.orig/drivers/media/video/adp1653.c +++ mmotm-2011-0802-1619/drivers/media/video/adp1653.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include