diff options
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index b4af87c6f9c8..3c623b67ea1c 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -19,9 +19,9 @@ | |||
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
20 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
22 | * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, | 22 | * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, |
23 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR | 23 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
24 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | 24 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
25 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 25 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
@@ -53,7 +53,7 @@ enum aper_size_type { | |||
53 | struct gatt_mask { | 53 | struct gatt_mask { |
54 | unsigned long mask; | 54 | unsigned long mask; |
55 | u32 type; | 55 | u32 type; |
56 | /* totally device specific, for integrated chipsets that | 56 | /* totally device specific, for integrated chipsets that |
57 | * might have different types of memory masks. For other | 57 | * might have different types of memory masks. For other |
58 | * devices this will probably be ignored */ | 58 | * devices this will probably be ignored */ |
59 | }; | 59 | }; |
@@ -104,8 +104,7 @@ struct agp_bridge_driver { | |||
104 | void (*agp_enable)(struct agp_bridge_data *, u32); | 104 | void (*agp_enable)(struct agp_bridge_data *, u32); |
105 | void (*cleanup)(void); | 105 | void (*cleanup)(void); |
106 | void (*tlb_flush)(struct agp_memory *); | 106 | void (*tlb_flush)(struct agp_memory *); |
107 | unsigned long (*mask_memory)(struct agp_bridge_data *, | 107 | unsigned long (*mask_memory)(struct agp_bridge_data *, unsigned long, int); |
108 | unsigned long, int); | ||
109 | void (*cache_flush)(void); | 108 | void (*cache_flush)(void); |
110 | int (*create_gatt_table)(struct agp_bridge_data *); | 109 | int (*create_gatt_table)(struct agp_bridge_data *); |
111 | int (*free_gatt_table)(struct agp_bridge_data *); | 110 | int (*free_gatt_table)(struct agp_bridge_data *); |