[POWERPC] move variables in drivers/macintosh to bss

Move all the initialized variables to bss.
Mark a version string as const.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Olaf Hering
2007-02-10 21:35:12 +01:00
committed by Paul Mackerras
parent 9ea8b7c96f
commit 872758563d
9 changed files with 24 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ static int data_index;
#ifdef CONFIG_PPC
static struct device_node *vias;
#endif
static int cuda_fully_inited = 0;
static int cuda_fully_inited;
#ifdef CONFIG_ADB
static int cuda_probe(void);