Skip to content

Commit 299f2b5

Browse files
Christoph Hellwigaxboe
authored andcommitted
dasd: unexport dasd_set_target_state
dasd_set_target_state is only used inside of dasd_mod.ko, so don't export it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Link: https://lore.kernel.org/r/20210701142221.3408680-2-sth@linux.ibm.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent b5cfbd3 commit 299f2b5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/s390/block/dasd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ void dasd_set_target_state(struct dasd_device *device, int target)
621621
mutex_unlock(&device->state_mutex);
622622
dasd_put_device(device);
623623
}
624-
EXPORT_SYMBOL(dasd_set_target_state);
625624

626625
/*
627626
* Enable devices with device numbers in [from..to].

0 commit comments

Comments
 (0)