]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/init.h
fbdev: move logo externs to header file
[net-next-2.6.git] / include / linux / init.h
index b2189803f19afb4ff111fed17bd56b0c514e3f43..8c2c9989626db737941654fcf8a57c60607f5053 100644 (file)
@@ -29,7 +29,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