diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-26 14:39:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-26 14:39:49 -0500 |
commit | a22a0fab32e1216df56e4b9a577dc5c922cf7524 (patch) | |
tree | e8a8497bdc054bc60173c54bb57932182d203f80 /drivers/char/agp/sis-agp.c | |
parent | 2a786b452eba900324c29a8fcf5c96d5b1c01000 (diff) | |
parent | e5524f355a0d272ba5233537a896a668db1f3008 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
* master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:
[AGPGART] Further constification.
[AGPGART] Fix modular agpgart ia64 allmodconfig
Diffstat (limited to 'drivers/char/agp/sis-agp.c')
-rw-r--r-- | drivers/char/agp/sis-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c index 60342b708152..125f4282d955 100644 --- a/drivers/char/agp/sis-agp.c +++ b/drivers/char/agp/sis-agp.c | |||
@@ -108,7 +108,7 @@ static void sis_delayed_enable(struct agp_bridge_data *bridge, u32 mode) | |||
108 | } | 108 | } |
109 | } | 109 | } |
110 | 110 | ||
111 | static struct aper_size_info_8 sis_generic_sizes[7] = | 111 | static const struct aper_size_info_8 sis_generic_sizes[7] = |
112 | { | 112 | { |
113 | {256, 65536, 6, 99}, | 113 | {256, 65536, 6, 99}, |
114 | {128, 32768, 5, 83}, | 114 | {128, 32768, 5, 83}, |