projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804af2c
)
[AGPGART] Const'ify the agpgart driver version.
author
Dave Jones
<davej@redhat.com>
Fri, 11 Aug 2006 22:02:27 +0000
(18:02 -0400)
committer
Dave Jones
<davej@redhat.com>
Fri, 11 Aug 2006 22:02:27 +0000
(18:02 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/backend.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/agp/backend.c
b/drivers/char/agp/backend.c
index 509adc403250a8126f72dac666493a680d06f8ad..d59e037ddd1234e395b2a277f0c34c45cacb03b1 100644
(file)
--- a/
drivers/char/agp/backend.c
+++ b/
drivers/char/agp/backend.c
@@
-44,7
+44,7
@@
* past 0.99 at all due to some boolean logic error. */
#define AGPGART_VERSION_MAJOR 0
#define AGPGART_VERSION_MINOR 101
-static struct agp_version agp_current_version =
+static
const
struct agp_version agp_current_version =
{
.major = AGPGART_VERSION_MAJOR,
.minor = AGPGART_VERSION_MINOR,