dmaengine: Remove memset leftovers
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 3 Mar 2015 11:05:00 +0000 (12:05 +0100)
committerVinod Koul <vinod.koul@intel.com>
Wed, 4 Mar 2015 12:32:04 +0000 (18:02 +0530)
Commit 48a9db462d99 ("drivers/dma: remove unused support for MEMSET
operations") removed support for the memset operation in dmaengine, but left
the fill_aligned field that was supposed to set the buffer alignment for the
memset operations.

Remove that field too.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/dmaengine.h

Simple merge