summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-10-02 15:19:02 -0400
committerTom Rini <[email protected]>2023-10-02 15:19:02 -0400
commit65b9b3462bec2966911658836983819ab4e4823e (patch)
tree802112030ffc5a2e61cef613da2e65405a557203 /include/linux
parentec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (diff)
parent30c210b9bee474d3ca5803f866ed07a6bac56fd4 (diff)
Merge branch 'next_pinctrl_sync' of https://source.denx.de/u-boot/custodians/u-boot-sh
- pinctrl re-sync for Renesas chips
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index 921e698f407..f8e3570d1ad 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -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)