Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754943Ab1FQGhU (ORCPT ); Fri, 17 Jun 2011 02:37:20 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:55655 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753444Ab1FQGhR convert rfc822-to-8bit (ORCPT ); Fri, 17 Jun 2011 02:37:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=T6vafi5Z8MafrmJr5pxoMdJkUZFBzAO2Nc7QO92kTPZyfF2284aeefnP8yFPNCr2QB xvqIVlAShI9FRMX+tm+ZSHwgRRGalqWWO2kjg00ZRfMZZzLf5eZSJGSW/YVtQ0zbIlVa 4oEc2yTP+7/Vlw18hHV3uSet7n9DSOfGgAdEM= MIME-Version: 1.0 In-Reply-To: <1308187784-3815-1-git-send-email-asharma@fb.com> References: <20110615163115.773d072e.akpm@linux-foundation.org> <1308187784-3815-1-git-send-email-asharma@fb.com> From: Mike Frysinger Date: Fri, 17 Jun 2011 02:36:56 -0400 Message-ID: Subject: Re: [PATCH] atomic: cleanup asm-generic atomic*.h inclusion To: Arun Sharma Cc: linux-kernel@vger.kernel.org, Andrew Morton , Eric Dumazet , Ingo Molnar , David Miller Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 23 On Wed, Jun 15, 2011 at 21:29, Arun Sharma wrote: > --- a/arch/blackfin/include/asm/atomic.h > +++ b/arch/blackfin/include/asm/atomic.h > @@ -116,10 +116,7 @@ static inline int atomic_test_mask(int mask, atomic_t *v) >  #define atomic_sub_and_test(i,v) (atomic_sub_return((i), (v)) == 0) >  #define atomic_dec_and_test(v) (atomic_sub_return(1, (v)) == 0) > > -#include > >  #endif > > -#include > - >  #endif i'm not sure this doesnt break things. what tree exactly should i apply this patch to to verify things ? -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/