Skip to content
Snippets Groups Projects
Commit 4e85fb83 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Marek Szyprowski
Browse files

ARM: mm: Remove unused arm_vmregion priv field


Commit e9da6e99 ("ARM: dma-mapping:
remove custom consistent dma region") removed the last users of the
field. Remove it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 3dd7ea92
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment