From patchwork Mon Oct 15 01:19:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Prisk X-Patchwork-Id: 191449 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9E6DE2C0098 for ; Mon, 15 Oct 2012 12:22:10 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TNZKn-0004gk-Fy; Mon, 15 Oct 2012 01:19:09 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TNZKk-0004gf-GJ for linux-arm-kernel@merlin.infradead.org; Mon, 15 Oct 2012 01:19:06 +0000 Received: from server.prisktech.co.nz ([115.188.14.127]) by bombadil.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TNZKj-0005d0-1V for linux-arm-kernel@lists.infradead.org; Mon, 15 Oct 2012 01:19:05 +0000 Received: from [192.168.0.103] (gitbox.prisktech.co.nz [192.168.0.103]) by server.prisktech.co.nz (Postfix) with ESMTPS id 1AFF213003E2; Mon, 15 Oct 2012 14:19:06 +1300 (NZDT) Message-ID: <1350263941.3458.1.camel@gitbox> Subject: [PULL REQUEST] ARM: vt8500: Cleanup for 3.8 From: Tony Prisk To: arm@kernel.org Date: Mon, 15 Oct 2012 14:19:01 +1300 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121014_211905_505360_9540C385 X-CRM114-Status: UNSURE ( 8.20 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: VT8500 Mailing List , Arm Kernel Mailing List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://server.prisktech.co.nz/git/linuxwmt.git/ tags/cleanup-for-3.8 for you to fetch changes up to 83cc76909622a4ee21f750148e779104d0606e9f: vt8500: Fix header in mach-vt8500/timer.c (2012-10-15 14:04:41 +1300) ---------------------------------------------------------------- Cleanup for 3.8 Removes a few unused headers from include/mach Removes unused arm/boot/compressed/head-vt8500.S Fixes header text in mach-vt8500/timer.c Signed-off-by: Tony Prisk ---------------------------------------------------------------- Tony Prisk (3): vt8500: Remove unused headers from include/mach/ vt8500: Remove arm/boot/compressed/head-vt8500.S vt8500: Fix header in mach-vt8500/timer.c arch/arm/boot/compressed/Makefile | 4 --- arch/arm/boot/compressed/head-vt8500.S | 46 -------------------------- arch/arm/mach-vt8500/include/mach/hardware.h | 12 ------- arch/arm/mach-vt8500/include/mach/i8042.h | 18 ---------- arch/arm/mach-vt8500/include/mach/restart.h | 17 ---------- arch/arm/mach-vt8500/timer.c | 2 +- arch/arm/mach-vt8500/vt8500.c | 2 -- 7 files changed, 1 insertion(+), 100 deletions(-) delete mode 100644 arch/arm/boot/compressed/head-vt8500.S delete mode 100644 arch/arm/mach-vt8500/include/mach/hardware.h delete mode 100644 arch/arm/mach-vt8500/include/mach/i8042.h delete mode 100644 arch/arm/mach-vt8500/include/mach/restart.h