In message <[EMAIL PROTECTED]> you wrote: > AVR32 and AT91SAM9 both have their own identical definitions of > container_of() taken from the Linux kernel. Move it to common.h so > that all architectures can use it. > > container_of() is already used by some drivers, and will be used > extensively by the new and improved SPI API. > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> > --- > include/asm-arm/arch-at91sam9/hardware.h | 11 ----------- > include/asm-avr32/u-boot.h | 11 ----------- > include/common.h | 11 +++++++++++ > 3 files changed, 11 insertions(+), 22 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] HR Manager to job candidate "I see you've had no computer training. Although that qualifies you for upper management, it means you're under-qualified for our entry level positions." ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
