[PATCH] make lots of things static

Another large rollup of various patches from Adrian which make things static
where they were needlessly exported.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Adrian Bunk
2005-05-01 08:59:29 -07:00
committed by Linus Torvalds
vanhempi c31403a1f5
commit 408b664a7d
33 muutettua tiedostoa jossa 67 lisäystä ja 70 poistoa

Näytä tiedosto

@@ -393,7 +393,7 @@ static int ati_free_gatt_table(struct agp_bridge_data *bridge)
return 0;
}
struct agp_bridge_driver ati_generic_bridge = {
static struct agp_bridge_driver ati_generic_bridge = {
.owner = THIS_MODULE,
.aperture_sizes = ati_generic_sizes,
.size_type = LVL2_APER_SIZE,