mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
48a9db462d
There have never been any real users of MEMSET operations since they have been introduced in January 2007 by commit 7405f74badf4 ("dmaengine: refactor dmaengine around dma_async_tx_descriptor"). Therefore remove support for them for now, it can be always brought back when needed. [sebastian.hesselbarth@gmail.com: fix drivers/dma/mv_xor] Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Cc: Vinod Koul <vinod.koul@intel.com> Acked-by: Dan Williams <djbw@fb.com> Cc: Tomasz Figa <t.figa@samsung.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Olof Johansson <olof@lixom.net> Cc: Kevin Hilman <khilman@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
261 B
Makefile
7 lines
261 B
Makefile
obj-$(CONFIG_ASYNC_CORE) += async_tx.o
|
|
obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
|
|
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
|
|
obj-$(CONFIG_ASYNC_PQ) += async_pq.o
|
|
obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
|
|
obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o
|