[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:
@@ -159,7 +159,7 @@ static ssize_t ctcm_proto_store(struct device *dev,
|
||||
return count;
|
||||
}
|
||||
|
||||
const char *ctcm_type[] = {
|
||||
static const char *ctcm_type[] = {
|
||||
"not a channel",
|
||||
"CTC/A",
|
||||
"FICON channel",
|
||||
|
Reference in New Issue
Block a user