From patchwork Fri Oct 18 03:07:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 20435 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1VX0QE-0001Lc-4b; Fri, 18 Oct 2013 05:08:18 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-5) with esmtp id 1VX0QC-0008QD-6t; Fri, 18 Oct 2013 05:08:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756019Ab3JRDIO (ORCPT + 1 other); Thu, 17 Oct 2013 23:08:14 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:57399 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755855Ab3JRDIM (ORCPT ); Thu, 17 Oct 2013 23:08:12 -0400 Received: by mail-pd0-f180.google.com with SMTP id p10so1667039pdj.25 for ; Thu, 17 Oct 2013 20:08:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=K0KIi6ISnjd4XcpP87sln4T2ggvrYa8yxoNE81Q5vNM=; b=dqi0y4mTx6ueMXy2+svrykyqQCf7K8T0Hky4HLOdhRO6GuW/87DaQoGTii9gkkCM8P 2FxLE9D7V7hFjHp9reIfQfr6+3FS7mLt95MMSlT1sWhWvisA7b3pFx1mrFb/PjCMFIfq kQhG43XikSdo88bHKCe/u2omSwA7EoeLkVG68aDhgwDjBanY6+v2pvqteGifzDfjfQ2v J+r/RC6e28T7Zam78CAsdawPy581tFnaryfQ1k+M0IJ8Zuj0GB6uDxmqFehkNv5+yWaQ oIeMIL5A4qmpmmkgnC6U/+InTrdpoPGsfnvl3QGGQJoAreG+50EV6hBjo/bcdu7M0RQv 5aig== X-Gm-Message-State: ALoCoQmZtzlL41B/+DXuzHodL9kX8WMozgfY8D/OvhN+ue27L9xvjl93ZsSBF4phzGbiwHAqdaJV X-Received: by 10.68.171.35 with SMTP id ar3mr684992pbc.77.1382065691567; Thu, 17 Oct 2013 20:08:11 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ja5sm101138973pbc.14.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Oct 2013 20:08:11 -0700 (PDT) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: hans.verkuil@cisco.com, sachin.kamat@linaro.org, m.chehab@samsung.com Subject: [PATCH 3/6] [media] ths8200: Include linux/of.h header Date: Fri, 18 Oct 2013 08:37:12 +0530 Message-Id: <1382065635-27855-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1382065635-27855-1-git-send-email-sachin.kamat@linaro.org> References: <1382065635-27855-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.10.18.25715 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_700_799 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS , __YOUTUBE_RCVD 0' 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat Acked-by: Lad, Prabhakar --- drivers/media/i2c/ths8200.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index a58a8f6..51e1964 100644 --- a/drivers/media/i2c/ths8200.c +++ b/drivers/media/i2c/ths8200.c @@ -19,6 +19,7 @@ #include #include +#include #include #include