summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMatthew Wilcox2018-06-12 21:05:45 +0200
committerMartin K. Petersen2018-06-20 04:02:25 +0200
commit693ba15c9202fe0283404abe4066e1b986e284eb (patch)
treeca25ef65e2478f4a196ed779b0cb1358ea23b1b9 /lib/Makefile
parentscsi: target: Convert target drivers to use sbitmap (diff)
downloadkernel-qcow2-linux-693ba15c9202fe0283404abe4066e1b986e284eb.tar.gz
kernel-qcow2-linux-693ba15c9202fe0283404abe4066e1b986e284eb.tar.xz
kernel-qcow2-linux-693ba15c9202fe0283404abe4066e1b986e284eb.zip
scsi: Remove percpu_ida
With its one user gone, remove the library code. Signed-off-by: Matthew Wilcox <willy@infradead.org> Reviewed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 956b320292fe..055420101965 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,7 +40,7 @@ obj-y += bcd.o div64.o sort.o parser.o debug_locks.o random32.o \
bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \
gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
bsearch.o find_bit.o llist.o memweight.o kfifo.o \
- percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o \
+ percpu-refcount.o rhashtable.o reciprocal_div.o \
once.o refcount.o usercopy.o errseq.o bucket_locks.o
obj-$(CONFIG_STRING_SELFTEST) += test_string.o
obj-y += string_helpers.o