Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154581
b: refs/heads/master
c: 15e3252
h: refs/heads/master
i:
  154579: d2ed18d
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jul 1, 2009
1 parent 3272e45 commit 0b313db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c15e504bd008aedfcd2219051055b66bffdb6148
refs/heads/master: 15e3252464432a29c5461325cb5243471bd2a219
4 changes: 2 additions & 2 deletions trunk/scripts/pnmtologo.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void write_header(void)
fprintf(out, " * Linux logo %s\n", logoname);
fputs(" */\n\n", out);
fputs("#include <linux/linux_logo.h>\n\n", out);
fprintf(out, "static const unsigned char %s_data[] __initconst = {\n",
fprintf(out, "static unsigned char %s_data[] __initdata = {\n",
logoname);
}

Expand Down Expand Up @@ -374,7 +374,7 @@ static void write_logo_clut224(void)
fputs("\n};\n\n", out);

/* write logo clut */
fprintf(out, "static const unsigned char %s_clut[] __initconst = {\n",
fprintf(out, "static unsigned char %s_clut[] __initdata = {\n",
logoname);
write_hex_cnt = 0;
for (i = 0; i < logo_clutsize; i++) {
Expand Down

0 comments on commit 0b313db

Please sign in to comment.