Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329507
b: refs/heads/master
c: 27796b4
h: refs/heads/master
i:
  329505: d77adc8
  329503: e06a7b5
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Oct 1, 2012
1 parent d7b0026 commit 7431645
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: 8d42a919156cfcfdd19addbc4c2989fc46810c1c
refs/heads/master: 27796b465d25bc48f785c235be33cdc334a624e6
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/udl/udl_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@ static struct fb_ops udlfb_ops = {
.fb_release = udl_fb_release,
};

void udl_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
static void udl_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green,
u16 blue, int regno)
{
}

void udl_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
static void udl_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green,
u16 *blue, int regno)
{
*red = 0;
Expand Down

0 comments on commit 7431645

Please sign in to comment.