Skip to content

Commit

Permalink
ARM: mm: Remove unused arm_vmregion priv field
Browse files Browse the repository at this point in the history
Commit e9da6e9 ("ARM: dma-mapping:
remove custom consistent dma region") removed the last users of the
field. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
  • Loading branch information
Laurent Pinchart authored and Marek Szyprowski committed Oct 24, 2012
1 parent 3dd7ea9 commit 4e85fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mm/vmregion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ struct arm_vmregion {
struct list_head vm_list;
unsigned long vm_start;
unsigned long vm_end;
void *priv;
int vm_active;
const void *caller;
};
Expand Down

0 comments on commit 4e85fb8

Please sign in to comment.