From patchwork Thu May 22 05:02:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4227631 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 61AA1BF90B for ; Fri, 23 May 2014 01:25:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AAFBA200F4 for ; Fri, 23 May 2014 01:25:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id D901F20034 for ; Fri, 23 May 2014 01:25:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 54FD06ED3C; Thu, 22 May 2014 18:25:41 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by gabe.freedesktop.org (Postfix) with ESMTP id 62A076E378 for ; Wed, 21 May 2014 22:05:39 -0700 (PDT) Received: by mail-pd0-f181.google.com with SMTP id z10so2084929pdj.40 for ; Wed, 21 May 2014 22:05:39 -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=tt9hLFnxstnM+gaWOqnoXRZAxfwtbasfvUj/O0O7gEE=; b=G9+L7RSS0Sz5/UE7egNoL9nMc6Z1skuqCtl40jjqqnqZ6TdyBnWJbwfxQQtb4PHhfZ OeT9wqxj9Q8uCZ/eIGqaG7OeX+Esf+P3HG2KSQklSJNdkVFteL2gE4S+sUYYyvWaUqf+ lbvmqi5qwhHGVH2xR0T9WEzleYtdZZ0dNxWxDhDchI5ACyzzpT8FLpRncCZVEIeFIynh bx17Xn+gzOd25JL5C9O5OdWa4JAfQlj54Rfflo/flgAk/o9eivZ9YY5pwGlzK/XSCihf IkarhMer3gI/nu96cFqsJGrRumQLubE9L/vrxgmFiV0itnm2mUW/RyaF6+O7tbjtQ32v PnDQ== X-Gm-Message-State: ALoCoQk3+BEQhGrOzVL10xzkGJaQkKadhUlXjUOtaG954m8VIm8MmV4cYSTR+U9BUyy2bppGzXU/ X-Received: by 10.68.194.229 with SMTP id hz5mr63781244pbc.91.1400735139261; Wed, 21 May 2014 22:05:39 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id it4sm10826114pbc.39.2014.05.21.22.05.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 May 2014 22:05:38 -0700 (PDT) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Subject: [PATCH 3/3] drm/exynos: Staticize local symbols in exynos_hdmi.c Date: Thu, 22 May 2014 10:32:56 +0530 Message-Id: <1400734976-13809-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1400734976-13809-1-git-send-email-sachin.kamat@linaro.org> References: <1400734976-13809-1-git-send-email-sachin.kamat@linaro.org> X-Mailman-Approved-At: Thu, 22 May 2014 18:25:39 -0700 Cc: sachin.kamat@linaro.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These symbols are local to this file. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_hdmi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index d3f9684..220f048 100644 --- a/drivers/gpu/drm/exynos/exynos_hdmi.c +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c @@ -576,21 +576,21 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = { }, }; -struct hdmi_driver_data exynos5420_hdmi_driver_data = { +static struct hdmi_driver_data exynos5420_hdmi_driver_data = { .type = HDMI_TYPE14, .phy_confs = hdmiphy_5420_configs, .phy_conf_count = ARRAY_SIZE(hdmiphy_5420_configs), .is_apb_phy = 1, }; -struct hdmi_driver_data exynos4212_hdmi_driver_data = { +static struct hdmi_driver_data exynos4212_hdmi_driver_data = { .type = HDMI_TYPE14, .phy_confs = hdmiphy_v14_configs, .phy_conf_count = ARRAY_SIZE(hdmiphy_v14_configs), .is_apb_phy = 0, }; -struct hdmi_driver_data exynos5_hdmi_driver_data = { +static struct hdmi_driver_data exynos5_hdmi_driver_data = { .type = HDMI_TYPE14, .phy_confs = hdmiphy_v13_configs, .phy_conf_count = ARRAY_SIZE(hdmiphy_v13_configs),