Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24381
b: refs/heads/master
c: ac3f908
h: refs/heads/master
i:
  24379: c08e8e4
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Mar 27, 2006
1 parent 7d0eda7 commit c44047c
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: ed49843b897da9969e349c279ffc832efcb93213
refs/heads/master: ac3f9087d337a6ffa1a5fbdf2c923eb0aad1aef6
4 changes: 2 additions & 2 deletions trunk/drivers/video/console/newport_con.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static inline void newport_clear_lines(int ystart, int yend, int ci)
newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
}

void newport_reset(void)
static void newport_reset(void)
{
unsigned short treg;
int i;
Expand Down Expand Up @@ -193,7 +193,7 @@ void newport_reset(void)
* calculate the actual screen size by reading
* the video timing out of the VC2
*/
void newport_get_screensize(void)
static void newport_get_screensize(void)
{
int i, cols;
unsigned short ventry, treg;
Expand Down

0 comments on commit c44047c

Please sign in to comment.