* [PATCH] dasd: remove the unused dasd_enable_device export
@ 2020-09-03 8:30 Christoph Hellwig
2020-09-16 14:52 ` Stefan Haberland
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2020-09-03 8:30 UTC (permalink / raw)
To: sth, hoeppner; +Cc: linux-s390, linux-kernel
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/s390/block/dasd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c
index eb17fea8075c6f..6ab992b3eed004 100644
--- a/drivers/s390/block/dasd.c
+++ b/drivers/s390/block/dasd.c
@@ -683,7 +683,6 @@ void dasd_enable_device(struct dasd_device *device)
if (device->discipline->kick_validate)
device->discipline->kick_validate(device);
}
-EXPORT_SYMBOL(dasd_enable_device);
/*
* SECTION: device operation (interrupt handler, start i/o, term i/o ...)
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dasd: remove the unused dasd_enable_device export
2020-09-03 8:30 [PATCH] dasd: remove the unused dasd_enable_device export Christoph Hellwig
@ 2020-09-16 14:52 ` Stefan Haberland
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Haberland @ 2020-09-16 14:52 UTC (permalink / raw)
To: Christoph Hellwig, hoeppner; +Cc: linux-s390, linux-kernel
Am 03.09.20 um 10:30 schrieb Christoph Hellwig:
> Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by:Stefan Haberland <sth@linux.ibm.com>
> ---
> drivers/s390/block/dasd.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c
> index eb17fea8075c6f..6ab992b3eed004 100644
> --- a/drivers/s390/block/dasd.c
> +++ b/drivers/s390/block/dasd.c
> @@ -683,7 +683,6 @@ void dasd_enable_device(struct dasd_device *device)
> if (device->discipline->kick_validate)
> device->discipline->kick_validate(device);
> }
> -EXPORT_SYMBOL(dasd_enable_device);
>
> /*
> * SECTION: device operation (interrupt handler, start i/o, term i/o ...)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-16 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03 8:30 [PATCH] dasd: remove the unused dasd_enable_device export Christoph Hellwig
2020-09-16 14:52 ` Stefan Haberland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox