From: Laurent Pinchart Date: Thu, 18 Oct 2012 07:29:44 +0000 (+0200) Subject: ARM: mm: Remove unused arm_vmregion priv field X-Git-Tag: v3.7-rc3~29^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e85fb831aa210fd1c5e2cb7909ac203c1f5b67f;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: mm: Remove unused arm_vmregion priv field Commit e9da6e9905e639b0f842a244bc770b48ad0523e9 ("ARM: dma-mapping: remove custom consistent dma region") removed the last users of the field. Remove it. Signed-off-by: Laurent Pinchart Signed-off-by: Marek Szyprowski --- diff --git a/arch/arm/mm/vmregion.h b/arch/arm/mm/vmregion.h index bf312c3..0f5a5f2 100644 --- a/arch/arm/mm/vmregion.h +++ b/arch/arm/mm/vmregion.h @@ -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; };