From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757501AbZEBUBk (ORCPT ); Sat, 2 May 2009 16:01:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755989AbZEBUB3 (ORCPT ); Sat, 2 May 2009 16:01:29 -0400 Received: from www.tglx.de ([62.245.132.106]:55701 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755804AbZEBUB3 (ORCPT ); Sat, 2 May 2009 16:01:29 -0400 Message-Id: <20090502195607.539955644@linutronix.de> User-Agent: quilt/0.47-1 Date: Sat, 02 May 2009 20:00:36 -0000 From: Thomas Gleixner To: LKML Cc: Andrew Morton , Ingo Molnar Subject: [patch 00/11] Remove obsolete genirq defines and typedefs [Resend] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have been kept around for migration reasons. After more than two years it's time to remove them finally. This patch series cleans up the remaining users. When those patches hit mainline we can remove the defines and typedefs finally. These are the not yet applied parts of the original patch series. Thanks, tglx