Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208483
b: refs/heads/master
c: 26c5be3
h: refs/heads/master
i:
  208481: 8cfcc24
  208479: 3b053a3
v: v3
  • Loading branch information
Denys Vlasenko authored and Linus Torvalds committed Aug 11, 2010
1 parent 224a445 commit 805ef43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: da909ce4c0df482a43e1e8c827a7d2f169973736
refs/heads/master: 26c5be3c750df6f8a9193d478905627ec75f7f41
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/bitblit.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/*
* Accelerated handlers.
*/
static inline void update_attr(u8 *dst, u8 *src, int attribute,
static void update_attr(u8 *dst, u8 *src, int attribute,
struct vc_data *vc)
{
int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Rotation 270 degrees
*/

static inline void ccw_update_attr(u8 *dst, u8 *src, int attribute,
static void ccw_update_attr(u8 *dst, u8 *src, int attribute,
struct vc_data *vc)
{
int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_cw.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Rotation 90 degrees
*/

static inline void cw_update_attr(u8 *dst, u8 *src, int attribute,
static void cw_update_attr(u8 *dst, u8 *src, int attribute,
struct vc_data *vc)
{
int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_ud.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Rotation 180 degrees
*/

static inline void ud_update_attr(u8 *dst, u8 *src, int attribute,
static void ud_update_attr(u8 *dst, u8 *src, int attribute,
struct vc_data *vc)
{
int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
Expand Down

0 comments on commit 805ef43

Please sign in to comment.