Skip to content

Commit

Permalink
ARM: 7644/1: vmregion: remove vmregion code entirely
Browse files Browse the repository at this point in the history
Now, there is no user for vmregion.
So remove it.

Acked-by: Nicolas Pitre <nico@linaro.org>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Joonsoo Kim authored and Russell King committed Feb 16, 2013
1 parent 08a5c9a commit 48dc369
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 237 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ obj-y := dma-mapping.o extable.o fault.o init.o \
iomap.o

obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
mmap.o pgd.o mmu.o vmregion.o
mmap.o pgd.o mmu.o

ifneq ($(CONFIG_MMU),y)
obj-y += nommu.o
Expand Down
205 changes: 0 additions & 205 deletions arch/arm/mm/vmregion.c

This file was deleted.

31 changes: 0 additions & 31 deletions arch/arm/mm/vmregion.h

This file was deleted.

0 comments on commit 48dc369

Please sign in to comment.