From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jul 2009 10:31:28 +0200 Subject: [U-Boot] [PATCH 1/8]: Move __set/clear_bit from ubifs.h to bitops.h In-Reply-To: <20090707155631.2cf36a6f@marrow.netinsight.se> References: <20090707155510.58ae70bb@marrow.netinsight.se> <20090707155631.2cf36a6f@marrow.netinsight.se> Message-ID: <200907091031.28809.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 07 July 2009 15:56:31 Simon Kagstrom wrote: > Move __set/clear_bit from ubifs.h to bitops.h > > __set_bit and __clear_bit are defined in ubifs.h as well as in > asm/include/bitops.h for some architectures. This patch moves > the generic implementation to include/linux/bitops.h and uses > that unless it's defined by the architecture. > > Signed-off-by: Simon Kagstrom Acked-by: Stefan Roese Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================