|
@@ -195,7 +195,7 @@ static int uninorth_insert_memory(struct agp_memory *mem, off_t pg_start, int ty
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
|
|
|
+static int uninorth_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
|
|
|
{
|
|
|
size_t i;
|
|
|
u32 *gp;
|
|
@@ -470,7 +470,7 @@ static int uninorth_free_gatt_table(struct agp_bridge_data *bridge)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-void null_cache_flush(void)
|
|
|
+static void null_cache_flush(void)
|
|
|
{
|
|
|
mb();
|
|
|
}
|