summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrey Panov <rockford@yandex.ru>2015-03-04 23:11:42 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-05 15:19:28 +0100
commit0cc694987039f845767fa706cef1440021ea6045 (patch)
tree6a5ee12685e924f23db8a20b5fb5f68d5b954737 /include
parent45d810e2b723997ae516264bd5b026f6a2ca13c4 (diff)
downloadbarebox-0cc694987039f845767fa706cef1440021ea6045.tar.gz
barebox-0cc694987039f845767fa706cef1440021ea6045.tar.xz
ARM: Rockchip: Update clk driver from Linux kernel for use with newer DTS
Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index 976f643af8..40cea55fb1 100644
--- a/include/init.h
+++ b/include/init.h
@@ -6,6 +6,7 @@
*/
#define __init
#define __initdata
+#define __initconst
/* For assembly routines */
#define __BARE_INIT .section ".text_bare_init.text","ax"