[S390] sparse: fix sparse static warnings

Make functions and data static to avoid sparse warnings.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Martin Schwidefsky
2011-10-30 15:17:11 +01:00
parent 399c1d8dbf
commit c4736d9682
10 changed files with 13 additions and 13 deletions

View File

@@ -1970,7 +1970,7 @@ lcs_portno_store (struct device *dev, struct device_attribute *attr, const char
static DEVICE_ATTR(portno, 0644, lcs_portno_show, lcs_portno_store);
const char *lcs_type[] = {
static const char *lcs_type[] = {
"not a channel",
"2216 parallel",
"2216 channel",