Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32948
b: refs/heads/master
c: 7ca7b5c
h: refs/heads/master
v: v3
  • Loading branch information
Frederik Deweerdt authored and Linus Torvalds committed Jul 31, 2006
1 parent 9d71b4b commit 9be71ee
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: 9578bcf4ecaf447cb4bb0891309fad73ff5c00e3
refs/heads/master: 7ca7b5c42e783b74a57387418bfcfea072fc46d6
4 changes: 2 additions & 2 deletions trunk/drivers/video/console/mdacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static int __init mdacon_setup(char *str)
__setup("mdacon=", mdacon_setup);
#endif

static int __init mda_detect(void)
static int mda_detect(void)
{
int count=0;
u16 *p, p_save;
Expand Down Expand Up @@ -282,7 +282,7 @@ static int __init mda_detect(void)
return 1;
}

static void __init mda_initialize(void)
static void mda_initialize(void)
{
write_mda_b(97, 0x00); /* horizontal total */
write_mda_b(80, 0x01); /* horizontal displayed */
Expand Down

0 comments on commit 9be71ee

Please sign in to comment.