mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
linux/compat.h: Define empty __initconst and __initdata
Introduce two new empty macros used in various static tables in Linux. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bad82145b2
commit
b3c68239f2
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ typedef int wait_queue_head_t;
|
|||
#define __devinit
|
||||
#define __devinitdata
|
||||
#define __devinitconst
|
||||
#define __initconst
|
||||
#define __initdata
|
||||
|
||||
#define kthread_create(...) __builtin_return_address(0)
|
||||
#define kthread_stop(...) do { } while (0)
|
||||
|
|
Loading…
Add table
Reference in a new issue