[S390] Get rid of a lot of sparse warnings.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
55dff5224a
commit
2b67fc4606
@@ -2053,7 +2053,7 @@ out_free_ndev:
|
||||
return ret;
|
||||
}
|
||||
|
||||
DRIVER_ATTR(connection, 0200, NULL, conn_write);
|
||||
static DRIVER_ATTR(connection, 0200, NULL, conn_write);
|
||||
|
||||
static ssize_t
|
||||
remove_write (struct device_driver *drv, const char *buf, size_t count)
|
||||
@@ -2112,7 +2112,7 @@ remove_write (struct device_driver *drv, const char *buf, size_t count)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
DRIVER_ATTR(remove, 0200, NULL, remove_write);
|
||||
static DRIVER_ATTR(remove, 0200, NULL, remove_write);
|
||||
|
||||
static void
|
||||
netiucv_banner(void)
|
||||
|
Reference in New Issue
Block a user