From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932205AbcHIPTI (ORCPT ); Tue, 9 Aug 2016 11:19:08 -0400 Received: from 8bytes.org ([81.169.241.247]:43029 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752259AbcHIPTH (ORCPT ); Tue, 9 Aug 2016 11:19:07 -0400 Date: Tue, 9 Aug 2016 17:19:10 +0200 From: Joerg Roedel To: Wei Yongjun Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] iommu/amd: Fix non static symbol warning Message-ID: <20160809151910.GA29650@8bytes.org> References: <1469671793-13052-1-git-send-email-weiyj.lk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469671793-13052-1-git-send-email-weiyj.lk@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 28, 2016 at 02:09:53AM +0000, Wei Yongjun wrote: > Fixes the following sparse warning: > > drivers/iommu/amd_iommu.c:106:1: warning: > symbol '__pcpu_scope_flush_queue' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied, thanks.