Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294223
b: refs/heads/master
c: 217e9c4
h: refs/heads/master
i:
  294221: a475ff8
  294219: d34c0d5
  294215: 5d7122f
  294207: fa37e12
v: v3
  • Loading branch information
Laurent Pinchart committed Mar 12, 2012
1 parent f76cd34 commit efba9fc
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: f1f60b5f55099a658a5f79cc453b371a439864e6
refs/heads/master: 217e9c4353aa86f0c7eeb4c275bca73ea8b53be1
4 changes: 2 additions & 2 deletions trunk/drivers/video/sh_mobile_lcdcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ static int sh_mobile_lcdc_notify(struct notifier_block *nb,
* Probe/remove and driver init/exit
*/

static const struct fb_videomode default_720p = {
static const struct fb_videomode default_720p __devinitconst = {
.name = "HDMI 720p",
.xres = 1280,
.yres = 720,
Expand Down Expand Up @@ -1528,7 +1528,7 @@ static int sh_mobile_lcdc_remove(struct platform_device *pdev)
return 0;
}

static int sh_mobile_lcdc_check_interface(struct sh_mobile_lcdc_chan *ch)
static int __devinit sh_mobile_lcdc_check_interface(struct sh_mobile_lcdc_chan *ch)
{
int interface_type = ch->cfg.interface_type;

Expand Down

0 comments on commit efba9fc

Please sign in to comment.