From patchwork Thu Feb 7 06:55:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14655 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4E43623EAD for ; Thu, 7 Feb 2013 07:05:26 +0000 (UTC) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by fiordland.canonical.com (Postfix) with ESMTP id 05E8AA18BAA for ; Thu, 7 Feb 2013 07:05:25 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id db10so2022459veb.9 for ; Wed, 06 Feb 2013 23:05:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=GEIopIEZto8Mg/gbfqdVNFRtQJvAvAsz/zrYg2G67KU=; b=TsF72dDPnQbcdA0qDSZHxTFNX/3xmB781nPxIerWCL/nbYJtY2yOOh/8XFFex/HKM0 UkMU0ZyIsix/eWnEQ4lKFa4h2UFGoZMu7V4CZQnN5457vH0GV8A+5fDQky/hxkrqWcBV 4H7m3mAUfVgLr5n8sB2nYUNhwCHPz7ONgslTQkCaOMtxyuf+wtd8QNRrhuE2mF8OjuPt qMDLk3IYBvy+HuRcPidHGPj2eFae7IYWoD8gx5uAcdHbqrKygVJwnWJICcXkK4QTEkmB LxtUPjw0EoCmllsEO6qNUwUluUHUhduIMqFU/m6VxYzuZV7nxcwxtjM96qbRgadi1XnT JtPw== X-Received: by 10.52.66.168 with SMTP id g8mr299631vdt.27.1360220725492; Wed, 06 Feb 2013 23:05:25 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.252.8 with SMTP id zo8csp73773vec; Wed, 6 Feb 2013 23:05:24 -0800 (PST) X-Received: by 10.66.79.168 with SMTP id k8mr2937991pax.22.1360220724509; Wed, 06 Feb 2013 23:05:24 -0800 (PST) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mx.google.com with ESMTPS id z9si20959889pav.179.2013.02.06.23.05.24 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 23:05:24 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.52; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f52.google.com with SMTP id fb1so1215164pad.25 for ; Wed, 06 Feb 2013 23:05:23 -0800 (PST) X-Received: by 10.66.89.138 with SMTP id bo10mr2874298pab.32.1360220723810; Wed, 06 Feb 2013 23:05:23 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id t6sm43655618paz.11.2013.02.06.23.05.21 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 23:05:23 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: t.stanislaws@samsung.com, s.nawrocki@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/2] [media] s5p-tv: Include missing platform_device.h header Date: Thu, 7 Feb 2013 12:25:55 +0530 Message-Id: <1360220155-28819-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1360220155-28819-1-git-send-email-sachin.kamat@linaro.org> References: <1360220155-28819-1-git-send-email-sachin.kamat@linaro.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQldKxCtegiQDLeLvhXFmlZluM5W+VaEPpfpKdiAE5XwU9VZCvBGiS3z6fg7tTRRjaXywiHp Without this patch we get the following build error: drivers/media/platform/s5p-tv/mixer_video.c: In function ‘find_and_register_subdev’: drivers/media/platform/s5p-tv/mixer_video.c:42:34: error: ‘platform_bus_type’ undeclared (first use in this function) Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-tv/mixer_video.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/platform/s5p-tv/mixer_video.c b/drivers/media/platform/s5p-tv/mixer_video.c index c087b66..82142a2 100644 --- a/drivers/media/platform/s5p-tv/mixer_video.c +++ b/drivers/media/platform/s5p-tv/mixer_video.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include