From: Arjan van de Ven ide.c: constant array of strings can be static --- 25-akpm/drivers/ide/ide.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ide/ide.c~stack-reductions-ide drivers/ide/ide.c --- 25/drivers/ide/ide.c~stack-reductions-ide Thu Mar 25 14:44:45 2004 +++ 25-akpm/drivers/ide/ide.c Thu Mar 25 14:44:45 2004 @@ -1898,7 +1898,7 @@ int __init ide_setup (char *s) * Be VERY CAREFUL changing this: note hardcoded indexes below * (-8, -9, -10) are reserved to ease the hardcoding. */ - const char *ide_words[] = { + static const char *ide_words[] = { "noprobe", "serialize", "autotune", "noautotune", "reset", "dma", "ata66", "minus8", "minus9", "minus10", "four", "qd65xx", "ht6560b", "cmd640_vlb", _