From patchwork Mon Jan 14 06:59:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14025 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 04C3A23E27 for ; Mon, 14 Jan 2013 07:07:52 +0000 (UTC) Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by fiordland.canonical.com (Postfix) with ESMTP id B854CA19CF0 for ; Mon, 14 Jan 2013 07:07:51 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id ft2so3196488vbb.23 for ; Sun, 13 Jan 2013 23:07:51 -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:x-gm-message-state; bh=tcNAahNsIdczkMqbuRBndE8dnpEpD8/S5yFuxfQ9VXU=; b=ji48VcsBoLMBNYpL7WkxWAPMDIGDIJUB1J7jIIugvS/jaeInyuD8GLoDv/2EgKQkZd SrCHfEAfQEOMdnzPn5DrGNaBCYt89kxuTm+OZ/fCN5ATG7XlyuLNoBLW9rB0dSXrIIOy Ah7kapUlpEoR1AcXTeCoUDpXmsMGxgCCocYJenOurz5+Xp4P9NteedGsNjMtJXuoMa0o fJlhLXXR7/zEo/wy32bQZ6+7CJAMy3P09J5unvtX6dKQhKvbNH+WP00WP8WDcRf3VptF 8gSF/51Ez8tvnQ6W6a5g+Lvra0Mt3wK+33D8wG9lbF4hjoTnc77lOUctRwTMMoy2Ames fXgg== X-Received: by 10.52.88.168 with SMTP id bh8mr86407820vdb.51.1358147271199; Sun, 13 Jan 2013 23:07:51 -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.145.101 with SMTP id st5csp47162veb; Sun, 13 Jan 2013 23:07:50 -0800 (PST) X-Received: by 10.68.253.137 with SMTP id aa9mr253175844pbd.102.1358147268383; Sun, 13 Jan 2013 23:07:48 -0800 (PST) Received: from mail-da0-f44.google.com (mail-da0-f44.google.com [209.85.210.44]) by mx.google.com with ESMTPS id i7si13654054pay.218.2013.01.13.23.07.46 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Jan 2013 23:07:48 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.44 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.44; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.44 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-da0-f44.google.com with SMTP id z20so1681645dae.3 for ; Sun, 13 Jan 2013 23:07:46 -0800 (PST) X-Received: by 10.68.223.135 with SMTP id qu7mr174909040pbc.134.1358147265988; Sun, 13 Jan 2013 23:07:45 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id pl10sm7694401pbc.60.2013.01.13.23.07.43 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 23:07:45 -0800 (PST) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Cc: inki.dae@samsung.com, jy0922.shim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 3/3] drm/exynos: Add missing static specifiers in exynos_drm_rotator.c Date: Mon, 14 Jan 2013 12:29:11 +0530 Message-Id: <1358146751-2060-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1358146751-2060-1-git-send-email-sachin.kamat@linaro.org> References: <1358146751-2060-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQm1gGL8dfCiu3D6bdxo09SepEeEmQ160spI2MGhzBThPkTZPir/7oLoEDc4FNKIs+TPRGX6 Fixes the following warnings: drivers/gpu/drm/exynos/exynos_drm_rotator.c:737:24: warning: symbol 'rot_limit_tbl' was not declared. Should it be static? drivers/gpu/drm/exynos/exynos_drm_rotator.c:754:27: warning: symbol 'rotator_driver_ids' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_rotator.c b/drivers/gpu/drm/exynos/exynos_drm_rotator.c index e9e83ef..f976e29 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_rotator.c +++ b/drivers/gpu/drm/exynos/exynos_drm_rotator.c @@ -734,7 +734,7 @@ static int rotator_remove(struct platform_device *pdev) return 0; } -struct rot_limit_table rot_limit_tbl = { +static struct rot_limit_table rot_limit_tbl = { .ycbcr420_2p = { .min_w = 32, .min_h = 32, @@ -751,7 +751,7 @@ struct rot_limit_table rot_limit_tbl = { }, }; -struct platform_device_id rotator_driver_ids[] = { +static struct platform_device_id rotator_driver_ids[] = { { .name = "exynos-rot", .driver_data = (unsigned long)&rot_limit_tbl,