Skip to content

Commit

Permalink
ARM/dma-mapping: remove dmabounce
Browse files Browse the repository at this point in the history
Remove the now unused dmabounce code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Christoph Hellwig committed Jul 7, 2022
1 parent 9ba26f5 commit e321754
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 619 deletions.
4 changes: 0 additions & 4 deletions arch/arm/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ config SA1111
bool
select ZONE_DMA if ARCH_SA1100

config DMABOUNCE
bool
select ZONE_DMA

config KRAIT_L2_ACCESSORS
bool

Expand Down
1 change: 0 additions & 1 deletion arch/arm/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
obj-y += firmware.o

obj-$(CONFIG_SA1111) += sa1111.o
obj-$(CONFIG_DMABOUNCE) += dmabounce.o
obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
obj-$(CONFIG_SHARP_LOCOMO) += locomo.o
obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
Expand Down
Loading

0 comments on commit e321754

Please sign in to comment.