[S390] dasd: Fix modular build.
Add missing export of dasd_generic_read_dev_chars(). Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
9b0c455a04
commit
aaff0f644a
@@ -2219,6 +2219,7 @@ int dasd_generic_read_dev_chars(struct dasd_device *device, char *magic,
|
|||||||
dasd_sfree_request(cqr, cqr->device);
|
dasd_sfree_request(cqr, cqr->device);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(dasd_generic_read_dev_chars);
|
||||||
|
|
||||||
static int __init
|
static int __init
|
||||||
dasd_init(void)
|
dasd_init(void)
|
||||||
|
Reference in New Issue
Block a user