Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30331
b: refs/heads/master
c: 2aea875
h: refs/heads/master
i:
  30329: 04ce85b
  30327: 354289f
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jun 26, 2006
1 parent 10f22b1 commit f1520bc
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: e86bb8acc0fdca82d22d12d46ef5482ecc408b26
refs/heads/master: 2aea875da2b7e403b13dd05a9dc80665f39d85e4
4 changes: 2 additions & 2 deletions trunk/drivers/video/console/promcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ promcon_end(struct vc_data *conp, char *b)
return b - p;
}

const char __init *promcon_startup(void)
const char *promcon_startup(void)
{
const char *display_desc = "PROM";
int node;
Expand All @@ -133,7 +133,7 @@ const char __init *promcon_startup(void)
return display_desc;
}

static void __init
static void
promcon_init_unimap(struct vc_data *conp)
{
mm_segment_t old_fs = get_fs();
Expand Down

0 comments on commit f1520bc

Please sign in to comment.