From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sh.osrg.net (sh.osrg.net [192.16.179.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E47DD1007D1 for ; Sun, 15 Nov 2009 00:46:24 +1100 (EST) Date: Sat, 14 Nov 2009 22:31:43 +0900 To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH] powerpc: kill unused swiotlb variable From: FUJITA Tomonori Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Message-Id: <20091114223125O.fujita.tomonori@lab.ntt.co.jp> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , We can kill unused swiotlb variable. Signed-off-by: FUJITA Tomonori --- arch/powerpc/kernel/dma-swiotlb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/dma-swiotlb.c b/arch/powerpc/kernel/dma-swiotlb.c index e96cbbd..59c9285 100644 --- a/arch/powerpc/kernel/dma-swiotlb.c +++ b/arch/powerpc/kernel/dma-swiotlb.c @@ -21,7 +21,6 @@ #include #include -int swiotlb __read_mostly; unsigned int ppc_swiotlb_enable; /* -- 1.5.6.5