Skip to content

Commit 693ba15

Browse files
Matthew Wilcoxmartinkpetersen
authored andcommitted
scsi: Remove percpu_ida
With its one user gone, remove the library code. Signed-off-by: Matthew Wilcox <[email protected]> Reviewed-by: Jens Axboe <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 10e9cbb commit 693ba15

File tree

3 files changed

+1
-454
lines changed

3 files changed

+1
-454
lines changed

include/linux/percpu_ida.h

Lines changed: 0 additions & 83 deletions
This file was deleted.

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ obj-y += bcd.o div64.o sort.o parser.o debug_locks.o random32.o \
4040
bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \
4141
gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
4242
bsearch.o find_bit.o llist.o memweight.o kfifo.o \
43-
percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o \
43+
percpu-refcount.o rhashtable.o reciprocal_div.o \
4444
once.o refcount.o usercopy.o errseq.o bucket_locks.o
4545
obj-$(CONFIG_STRING_SELFTEST) += test_string.o
4646
obj-y += string_helpers.o

0 commit comments

Comments
 (0)