diff options
| -rw-r--r-- | drivers/char/agp/uninorth-agp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c index c381c8e396fc..79d8c84693a1 100644 --- a/drivers/char/agp/uninorth-agp.c +++ b/drivers/char/agp/uninorth-agp.c | |||
| @@ -195,7 +195,7 @@ static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int ty | |||
| 195 | return 0; | 195 | return 0; |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) | 198 | static int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type) |
| 199 | { | 199 | { |
| 200 | size_t i; | 200 | size_t i; |
| 201 | u32 *gp; | 201 | u32 *gp; |
| @@ -470,7 +470,7 @@ static int uninorth_free_gatt_table(struct agp_bridge_data *bridge) | |||
| 470 | return 0; | 470 | return 0; |
| 471 | } | 471 | } |
| 472 | 472 | ||
| 473 | void null_cache_flush(void) | 473 | static void null_cache_flush(void) |
| 474 | { | 474 | { |
| 475 | mb(); | 475 | mb(); |
| 476 | } | 476 | } |
