]> Pileus Git - ~andy/linux/blobdiff - arch/um/include/shared/init.h
Merge branch 'fixes' of git://git.user.in-berlin.de/s5r6/linux1394
[~andy/linux] / arch / um / include / shared / init.h
index 37dd097c16c07131282b8ddd484d52e1cb6fd369..b3906f860a87e31189c0824d3df1edc2a6c0378c 100644 (file)
@@ -27,7 +27,7 @@
  * sign followed by value, e.g.:
  *
  * static int init_variable __initdata = 0;
- * static char linux_logo[] __initdata = { 0x32, 0x36, ... };
+ * static const char linux_logo[] __initconst = { 0x32, 0x36, ... };
  *
  * Don't forget to initialize data not at file scope, i.e. within a function,
  * as gcc otherwise puts the data into the bss section and not into the init