]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
move definition of macros likely and unlikely to compiler.h
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Tue, 22 Dec 2009 22:05:45 +0000 (23:05 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:28:27 +0000 (00:28 +0100)
commitb63815e31355b44e65899b361da1d8ef6940ab90
treee80a0d6b4321b1efa5be27ddf2be852a39707db5
parentc3d7eec6d88945dec0626cdd4f4a35cb5f83ef00
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>
include/compiler.h
include/linux/mtd/compat.h