Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201281
b: refs/heads/master
c: 9625b51
h: refs/heads/master
i:
  201279: 3ecf220
v: v3
  • Loading branch information
Ralf Baechle committed Jul 26, 2010
1 parent 4898629 commit 51756c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3852cc3343b658275964112984321134f3de0118
refs/heads/master: 9625b51350ccb4db60b743f0d1e5ab696e77ef58
6 changes: 3 additions & 3 deletions trunk/drivers/video/pmag-ba-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct pmagbafb_par {
};


static struct fb_var_screeninfo pmagbafb_defined __initdata = {
static struct fb_var_screeninfo pmagbafb_defined __devinitdata = {
.xres = 1024,
.yres = 864,
.xres_virtual = 1024,
Expand All @@ -68,7 +68,7 @@ static struct fb_var_screeninfo pmagbafb_defined __initdata = {
.vmode = FB_VMODE_NONINTERLACED,
};

static struct fb_fix_screeninfo pmagbafb_fix __initdata = {
static struct fb_fix_screeninfo pmagbafb_fix __devinitdata = {
.id = "PMAG-BA",
.smem_len = (1024 * 1024),
.type = FB_TYPE_PACKED_PIXELS,
Expand Down Expand Up @@ -142,7 +142,7 @@ static void __init pmagbafb_erase_cursor(struct fb_info *info)
}


static int __init pmagbafb_probe(struct device *dev)
static int __devinit pmagbafb_probe(struct device *dev)
{
struct tc_dev *tdev = to_tc_dev(dev);
resource_size_t start, len;
Expand Down

0 comments on commit 51756c8

Please sign in to comment.