Skip to content

Commit

Permalink
This patch makes a needlessly global struct static.
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie committed Apr 3, 2006
1 parent 9a90603 commit 46f60b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/intelfb/intelfbhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct pll_min_max {
#define PLLS_I9xx 1
#define PLLS_MAX 2

struct pll_min_max plls[PLLS_MAX] = {
static struct pll_min_max plls[PLLS_MAX] = {
{ 108, 140, 18, 26, 6, 16, 3, 16, 4, 128, 0, 31, 930000, 1400000, 165000, 4, 22 }, //I8xx
{ 75, 120, 10, 20, 5, 9, 4, 7, 5, 80, 1, 8, 930000, 2800000, 200000, 10, 5 } //I9xx
};
Expand Down

0 comments on commit 46f60b8

Please sign in to comment.