commit | e125627a67f8ebf591aa1da1d60ea2f91a5e6ac8 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Fri May 16 11:10:30 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 03 20:27:23 2008 +0200 |
tree | 0bd9e04764c76756b73176ff277f6c050333ba44 | |
parent | 15fb0a101aabbea2f2e20a4e2697aa2eef35ebe4 [diff] |
Move definition of container_of() to common.h 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 <haavard.skinnemoen@atmel.com>