diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-06-12 12:05:45 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-06-19 22:02:25 -0400 |
commit | 693ba15c9202fe0283404abe4066e1b986e284eb (patch) | |
tree | ca25ef65e2478f4a196ed779b0cb1358ea23b1b9 /lib/Makefile | |
parent | 10e9cbb6b531117be0c4a79f2c7fa9a45a0dd532 (diff) | |
download | linux-stable-693ba15c9202fe0283404abe4066e1b986e284eb.tar.gz linux-stable-693ba15c9202fe0283404abe4066e1b986e284eb.tar.bz2 linux-stable-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/Makefile | 2 |
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 |