Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114856
b: refs/heads/master
c: 55a0dd8
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Oct 16, 2008
1 parent 0b21af6 commit 8caf9fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: dafa32c5a1da19edca1d5c1b74d30d5d07b9befd
refs/heads/master: 55a0dd83eb24a89fd448006aaa9326df643861ae
4 changes: 3 additions & 1 deletion trunk/drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct cirrusfb_info {
void (*unmap)(struct fb_info *info);
};

static int noaccel;
static int noaccel __devinitdata;
static char *mode_option __devinitdata = "640x480@60";

/****************************************************************************/
Expand Down Expand Up @@ -2525,6 +2525,8 @@ module_init(cirrusfb_init);

module_param(mode_option, charp, 0);
MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'");
module_param(noaccel, bool, 0);
MODULE_PARM_DESC(noaccel, "Disable acceleration");

#ifdef MODULE
module_exit(cirrusfb_exit);
Expand Down

0 comments on commit 8caf9fc

Please sign in to comment.