From patchwork Mon Nov 19 08:37:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12913 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 2B5E523E02 for ; Mon, 19 Nov 2012 08:44:06 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id CFE7FA182EA for ; Mon, 19 Nov 2012 08:44:05 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so758471iag.11 for ; Mon, 19 Nov 2012 00:44:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=SuqZ3it97a2C/SFJ9esUFUPOZ+xufpnBp8IYLiN9np0=; b=LwS4Mk2Kb6TJoHmPwhhpMWAlrNF6n7+Z1w+Jfetea5Seb5+SMOcdRZ2l1YjSCJAfmb SfgaWaVaFR1+WIc61Zw858kcUMaM/LbJ1wvewu9tOkDe/MzHRltVIKz2v2lI2T+AAsl7 EKWrnNB/3hvjWT4BqXV1IV1Cc1f47dyf22TZTLoSTQMcG3QWJmrZveCxhONfhbDUEa+C WlZkIOdHdqJmZf90/WjmBfMBsi2HmQmevsdxmjTYQVz/V8zQCSv5whTNhhw3B3q1dfqC KVCTJ2n+FUgIhmcYBmuT78/lvUdWBz8D+sbKxLvIcMCpXPDQ26yYRtVP+jBLHU61bwSp FlhQ== Received: by 10.50.152.137 with SMTP id uy9mr5833871igb.62.1353314645091; Mon, 19 Nov 2012 00:44:05 -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.50.67.148 with SMTP id n20csp130057igt; Mon, 19 Nov 2012 00:44:04 -0800 (PST) Received: by 10.68.241.232 with SMTP id wl8mr31061869pbc.144.1353314644203; Mon, 19 Nov 2012 00:44:04 -0800 (PST) Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) by mx.google.com with ESMTPS id xo9si12950334pbc.103.2012.11.19.00.44.04 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 00:44:04 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.51 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.51 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-f51.google.com with SMTP id i30so386346dad.10 for ; Mon, 19 Nov 2012 00:44:04 -0800 (PST) Received: by 10.68.131.8 with SMTP id oi8mr37007958pbb.29.1353314643973; Mon, 19 Nov 2012 00:44:03 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id gl9sm5872551pbc.51.2012.11.19.00.44.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 00:44:03 -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 2/2] drm/exynos: Make exynos5_fimd_driver_data static Date: Mon, 19 Nov 2012 14:07:54 +0530 Message-Id: <1353314274-21157-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353314274-21157-1-git-send-email-sachin.kamat@linaro.org> References: <1353314274-21157-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQlzZntbgJ9R7L7FKa2/BLBRGriUkzqgtzd0bMQenSzeHy+VpaDfV7zqDam9FkDh5p0GTfvL Fixes the following sparse warning: drivers/gpu/drm/exynos/exynos_drm_fimd.c:69:25: warning: symbol 'exynos5_fimd_driver_data' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 730ce56..e08478f 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c @@ -65,7 +65,7 @@ static struct fimd_driver_data exynos4_fimd_driver_data = { .timing_base = 0x0, }; -struct fimd_driver_data exynos5_fimd_driver_data = { +static struct fimd_driver_data exynos5_fimd_driver_data = { .timing_base = 0x20000, };