Commit 1a92fb13 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] stack reductions: ide

From: Arjan van de Ven <arjanv@redhat.com>

ide.c: constant array of strings can be static
parent ff94e4ae
...@@ -1889,7 +1889,7 @@ int __init ide_setup (char *s) ...@@ -1889,7 +1889,7 @@ int __init ide_setup (char *s)
* Be VERY CAREFUL changing this: note hardcoded indexes below * Be VERY CAREFUL changing this: note hardcoded indexes below
* (-8, -9, -10) are reserved to ease the hardcoding. * (-8, -9, -10) are reserved to ease the hardcoding.
*/ */
const char *ide_words[] = { static const char *ide_words[] = {
"noprobe", "serialize", "autotune", "noautotune", "noprobe", "serialize", "autotune", "noautotune",
"reset", "dma", "ata66", "minus8", "minus9", "reset", "dma", "ata66", "minus8", "minus9",
"minus10", "four", "qd65xx", "ht6560b", "cmd640_vlb", "minus10", "four", "qd65xx", "ht6560b", "cmd640_vlb",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment