From patchwork Tue Apr 30 06:16:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 16515 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qe0-f69.google.com (mail-qe0-f69.google.com [209.85.128.69]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id C608C25E09 for ; Tue, 30 Apr 2013 06:29:20 +0000 (UTC) Received: by mail-qe0-f69.google.com with SMTP id a11sf311021qen.4 for ; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-beenthere:x-received:received-spf :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:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=3MjhBu5r1kXVY6qTuvfdz7QMhQ1sWC7xwzuoYsG0Deg=; b=NNUSs9fUsj0W87XdsTcpsuiB8CQwzMZzIC+PWOoxNreCL3Wzq60hFpKVtGjXl8NiM4 s+IxmraxSO8wb0DjPeO/ubFG1nodD1qPjkjL9FfX+XybHKbl1fd+LCG5ZNrgBujFoS3M EucKhBR1KxLgxP2Bh5a8xhv+ycM7gWDqaP7BBMMLFHi0g9x2ejPm4v+UpGAMIci69hY8 N6Yut7Nv2Ub0oKH7vmB4tF6bHHkmw5mSWyIAUKTjTH4LWCOYygvunuPNN27+iHhyjM4x /UtyMSeJbXQXIoAw/5s9gWabr6bIwlHXI45pWeayiD2lI0/KxCzQ3d3s3pMtHJ0Y41+j wPPw== X-Received: by 10.236.81.115 with SMTP id l79mr14284742yhe.20.1367303358627; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.1.4 with SMTP id 4ls109001qei.68.gmail; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) X-Received: by 10.58.29.101 with SMTP id j5mr4993740veh.26.1367303358455; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by mx.google.com with ESMTPS id p20si11474769veh.21.2013.04.29.23.29.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 23:29:18 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.175 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.175; Received: by mail-vc0-f175.google.com with SMTP id lf10so130301vcb.20 for ; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) X-Received: by 10.58.230.130 with SMTP id sy2mr2467655vec.22.1367303358306; Mon, 29 Apr 2013 23:29:18 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.58.127.98 with SMTP id nf2csp90198veb; Mon, 29 Apr 2013 23:29:17 -0700 (PDT) X-Received: by 10.68.134.6 with SMTP id pg6mr74046949pbb.39.1367303357523; Mon, 29 Apr 2013 23:29:17 -0700 (PDT) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx.google.com with ESMTPS id tw9si19775333pac.187.2013.04.29.23.29.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 23:29:17 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.42 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.42; Received: by mail-pa0-f42.google.com with SMTP id kl13so173988pab.29 for ; Mon, 29 Apr 2013 23:29:17 -0700 (PDT) X-Received: by 10.66.72.3 with SMTP id z3mr62170920pau.125.1367303357148; Mon, 29 Apr 2013 23:29:17 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id lq5sm1934904pab.19.2013.04.29.23.29.14 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 23:29:16 -0700 (PDT) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: s.nawrocki@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 3/4] [media] s3c-camif: Staticize local symbols Date: Tue, 30 Apr 2013 11:46:20 +0530 Message-Id: <1367302581-15478-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1367302581-15478-1-git-send-email-sachin.kamat@linaro.org> References: <1367302581-15478-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQnK++knydRDsVFgIg0/l5XCxDMu5SjwzCYB/Dt3PMCiHTOPc+oqNIgq0RkwN2D33pKfgVhq X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.175 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , These symbols are local to the file and should be static. Signed-off-by: Sachin Kamat --- drivers/media/platform/s3c-camif/camif-regs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/s3c-camif/camif-regs.c b/drivers/media/platform/s3c-camif/camif-regs.c index 1a3b4fc..7b22d6c 100644 --- a/drivers/media/platform/s3c-camif/camif-regs.c +++ b/drivers/media/platform/s3c-camif/camif-regs.c @@ -379,7 +379,7 @@ static void camif_hw_set_prescaler(struct camif_vp *vp) camif_write(camif, S3C_CAMIF_REG_CISCPREDST(vp->id, vp->offset), cfg); } -void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) +static void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) { struct camif_dev *camif = vp->camif; struct camif_scaler *scaler = &vp->scaler; @@ -426,7 +426,7 @@ void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) scaler->main_h_ratio, scaler->main_v_ratio); } -void camif_s3c64xx_hw_set_scaler(struct camif_vp *vp) +static void camif_s3c64xx_hw_set_scaler(struct camif_vp *vp) { struct camif_dev *camif = vp->camif; struct camif_scaler *scaler = &vp->scaler;