diff options
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index d6f36c004d9b..870f12cfed93 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -131,7 +131,7 @@ struct agp_bridge_driver { | |||
131 | struct agp_bridge_data { | 131 | struct agp_bridge_data { |
132 | const struct agp_version *version; | 132 | const struct agp_version *version; |
133 | const struct agp_bridge_driver *driver; | 133 | const struct agp_bridge_driver *driver; |
134 | struct vm_operations_struct *vm_ops; | 134 | const struct vm_operations_struct *vm_ops; |
135 | void *previous_size; | 135 | void *previous_size; |
136 | void *current_size; | 136 | void *current_size; |
137 | void *dev_private_data; | 137 | void *dev_private_data; |