From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Ungerer Subject: Re: [PATCH 1/3] Drop a couple of unnecessary asm/include.h inclusions Date: Fri, 3 Sep 2010 11:29:33 +1000 Message-ID: <4C804F7D.5090105@snapgear.com> References: <19747.1283422807@redhat.com> <20100902102153.19806.82031.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from dalsmrelay2.nai.com ([205.227.136.216]:61650 "HELO dalsmrelay2.nai.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751281Ab0ICB3x (ORCPT ); Thu, 2 Sep 2010 21:29:53 -0400 In-Reply-To: <20100902102153.19806.82031.stgit@warthog.procyon.org.uk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Howells Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org David Howells wrote: > Drop inclusions of asm/include.h from linux/hardirq.h and linux/list.h as > they're no longer required and prevent the M68K arch's IRQ flag handling macros > from being made into inlined functions due to circular dependencies. > > Signed-off-by: David Howells Acked-by: Greg Ungerer > --- > > include/linux/hardirq.h | 1 - > include/linux/list.h | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h > index d5b3876..7dfdc06 100644 > --- a/include/linux/hardirq.h > +++ b/include/linux/hardirq.h > @@ -8,7 +8,6 @@ > #include > #include > #include > -#include > > /* > * We put the hardirq and softirq counter into the preemption > diff --git a/include/linux/list.h b/include/linux/list.h > index d167b5d..88a0006 100644 > --- a/include/linux/list.h > +++ b/include/linux/list.h > @@ -5,7 +5,6 @@ > #include > #include > #include > -#include > > /* > * Simple doubly linked list implementation. > > -- ------------------------------------------------------------------------ Greg Ungerer -- Principal Engineer EMAIL: gerg@snapgear.com SnapGear Group, McAfee PHONE: +61 7 3435 2888 8 Gardner Close FAX: +61 7 3217 5323 Milton, QLD, 4064, Australia WEB: http://www.SnapGear.com