[AGPGART] Const'ify the agpgart driver version.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user