From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755891AbXIIIEh (ORCPT ); Sun, 9 Sep 2007 04:04:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752366AbXIIIE2 (ORCPT ); Sun, 9 Sep 2007 04:04:28 -0400 Received: from mail.suse.de ([195.135.220.2]:60638 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbXIIIE1 (ORCPT ); Sun, 9 Sep 2007 04:04:27 -0400 To: Jiri Slaby Cc: Andrew Morton , Subject: Re: [PATCH 1/2] remove asm/bitops.h includes References: <30483262301654323266@pripojeni.net> From: Andi Kleen Date: 09 Sep 2007 10:04:25 +0200 In-Reply-To: <30483262301654323266@pripojeni.net> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jiri Slaby writes: > remove asm/bitops.h includes > > including asm/bitops directly may cause compile errors. When does it cause compile errors? It would be probably less intrusive to just fix that case. -Andi