From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from duck.linux-mips.net (h5.dl5rb.org.uk [81.2.74.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EA6FEB74DF for ; Thu, 2 Jun 2011 05:47:42 +1000 (EST) Message-Id: <20110601180610.684557757@duck.linux-mips.net> Date: Wed, 01 Jun 2011 19:05:05 +0100 From: ralf@linux-mips.org To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: [patch 09/14] i8253: Alpha, PowerPC: Remove unused header. References: <20110601180456.801265664@duck.linux-mips.net> Cc: Ivan Kokshaysky , linux-alpha@vger.kernel.org, Paul Mackerras , Matt Turner , linuxppc-dev@lists.ozlabs.org, Richard Henderson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Ralf Baechle To: linux-kernel@vger.kernel.org Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-alpha@vger.kernel.org Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org arch/alpha/include/asm/8253pit.h | 3 --- arch/powerpc/include/asm/8253pit.h | 3 --- 2 files changed, 6 deletions(-) Index: linux-mips/arch/alpha/include/asm/8253pit.h =================================================================== --- linux-mips.orig/arch/alpha/include/asm/8253pit.h +++ /dev/null @@ -1,3 +0,0 @@ -/* - * 8253/8254 Programmable Interval Timer - */ Index: linux-mips/arch/powerpc/include/asm/8253pit.h =================================================================== --- linux-mips.orig/arch/powerpc/include/asm/8253pit.h +++ /dev/null @@ -1,3 +0,0 @@ -/* - * 8253/8254 Programmable Interval Timer - */