Commit e7745d4e authored by Dave Jones's avatar Dave Jones

[AGPGART] Const'ify the agpgart driver version.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 804af2cf
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
* past 0.99 at all due to some boolean logic error. */ * past 0.99 at all due to some boolean logic error. */
#define AGPGART_VERSION_MAJOR 0 #define AGPGART_VERSION_MAJOR 0
#define AGPGART_VERSION_MINOR 101 #define AGPGART_VERSION_MINOR 101
static struct agp_version agp_current_version = static const struct agp_version agp_current_version =
{ {
.major = AGPGART_VERSION_MAJOR, .major = AGPGART_VERSION_MAJOR,
.minor = AGPGART_VERSION_MINOR, .minor = AGPGART_VERSION_MINOR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment