commit | 71f15321463dce9f6709cdf0892edb1068e5e4d0 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias@kaehlcke.net> | Tue Dec 22 23:05:45 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jan 18 00:28:27 2010 +0100 |
tree | e80a0d6b4321b1efa5be27ddf2be852a39707db5 | |
parent | 030c11c801a251dbdf59111a641c81e6ecf332be [diff] |
move definition of macros likely and unlikely to compiler.h the macros likely and unlikely were defined in include/linux/mtd/compat.h, but used in code not related to MTD. moved the macro definitions to compiler.h Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>