From patchwork Mon Jan 14 06:59:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14024 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 32C3523E27 for ; Mon, 14 Jan 2013 07:07:51 +0000 (UTC) Received: from mail-vb0-f51.google.com (mail-vb0-f51.google.com [209.85.212.51]) by fiordland.canonical.com (Postfix) with ESMTP id E2BDDA19CF0 for ; Mon, 14 Jan 2013 07:07:50 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id fq11so3157628vbb.24 for ; Sun, 13 Jan 2013 23:07:50 -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=P85QGJTYuD2851vys/Ssa1OZrbKp5cB17YTj6CKrFkc=; b=CAuQjmqYlrXwkjUHWsxLAYllJ5aoX4UPC6D66lCmD0laVg/HciB2ojONabDnw+gIs3 cx/tGClV254pf33lYFn06cUaXWYsYGg6MEOOwFYcizRSNXojKa9mrdRWdA6DEMMmE2YG DXv5v+N3GnSOWYO2MciNY52y0S3cbk1pE8gdG49AyAuTQM7ahXAq+caJWQGM5wjsg8A+ sf+ImW4svWnSjohdomXP6OJq53z0Br10e4Ex5RbuhpAsHJO4g/P+VJDiqiukFeRKdDiT 5dh92kmADBFyRleN3OZcMTCSrsq/w23Rnly2xW0/nMJ2bjwmjD2wxdLlStFxEok6xoUv wJgQ== X-Received: by 10.58.181.42 with SMTP id dt10mr19876013vec.34.1358147270390; Sun, 13 Jan 2013 23:07:50 -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 st5csp47161veb; Sun, 13 Jan 2013 23:07:49 -0800 (PST) X-Received: by 10.66.74.2 with SMTP id p2mr231247117pav.55.1358147268371; Sun, 13 Jan 2013 23:07:48 -0800 (PST) Received: from mail-da0-f52.google.com (mail-da0-f52.google.com [209.85.210.52]) by mx.google.com with ESMTPS id rg4si13386279pbc.53.2013.01.13.23.07.43 (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.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.52; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.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-da0-f52.google.com with SMTP id f10so1675167dak.11 for ; Sun, 13 Jan 2013 23:07:43 -0800 (PST) X-Received: by 10.66.81.68 with SMTP id y4mr229824668pax.66.1358147263089; Sun, 13 Jan 2013 23:07:43 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id pl10sm7694401pbc.60.2013.01.13.23.07.40 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 23:07:42 -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/3] drm/exynos: Make ipp_handle_cmd_work static Date: Mon, 14 Jan 2013 12:29:10 +0530 Message-Id: <1358146751-2060-2-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: ALoCoQniL3vP4O5+IKlgiyvzjapFbDFPspbucqyh6tYlWnKaM7ZJyF0x8SDYMJlK6v1wEdPnUrNp Fixes the following warning: drivers/gpu/drm/exynos/exynos_drm_ipp.c:872:6: warning: symbol 'ipp_handle_cmd_work' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.c b/drivers/gpu/drm/exynos/exynos_drm_ipp.c index 0bda964..1a55635 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.c +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.c @@ -869,7 +869,7 @@ static void ipp_put_event(struct drm_exynos_ipp_cmd_node *c_node, } } -void ipp_handle_cmd_work(struct device *dev, +static void ipp_handle_cmd_work(struct device *dev, struct exynos_drm_ippdrv *ippdrv, struct drm_exynos_ipp_cmd_work *cmd_work, struct drm_exynos_ipp_cmd_node *c_node)