From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Subject: Re: [PATCH -next] drm/arc: Fix some sparse warnings Date: Tue, 19 Jul 2016 18:01:10 +0000 Message-ID: <1468951187.5489.7.camel@synopsys.com> References: <1468929845-9368-1-git-send-email-weiyj_lk@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-7" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1468929845-9368-1-git-send-email-weiyj_lk@163.com> Content-Language: en-US Content-ID: <976E894A3BAAF143B8800F90694C0E67@internal.synopsys.com> Sender: linux-kernel-owner@vger.kernel.org To: "weiyj_lk@163.com" Cc: "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , "yongjun_wei@trendmicro.com.cn" , "airlied@linux.ie" List-Id: dri-devel@lists.freedesktop.org Hi+AKA-Wei Yongjun, On Tue, 2016-07-19 at 12:04 +-0000, Wei Yongjun wrote: +AD4- From: Wei Yongjun +ADw-yongjun+AF8-wei+AEA-trendmicro.com.cn+AD4- +AD4- +AD4- Fixes the following sparse warnings: +AD4- +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:52:5: warning: +AD4- +AKA- symbol 'arcpgu+AF8-gem+AF8-mmap' was not declared. Should it be static? +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:134:48: warning: +AD4- +AKA- Using plain integer as NULL pointer +AD4- drivers/gpu/drm/arc/arcpgu+AF8-drv.c:155:5: warning: +AD4- +AKA- symbol 'arcpgu+AF8-unload' was not declared. Should it be static? +AD4- +AD4- Signed-off-by: Wei Yongjun +ADw-yongjun+AF8-wei+AEA-trendmicro.com.cn+AD4- Acked-by: Alexey Brodkin +ADw-abrodkin+AEA-synopsys.com+AD4-