dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: mm: Remove unused arm_vmregion priv field

Commit e9da6e9905 ("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>
This commit is contained in:
Laurent Pinchart 2012-10-18 09:29:44 +02:00 committed by Marek Szyprowski
parent 3dd7ea9220
commit 4e85fb831a
1 changed files with 0 additions and 1 deletions

View File

@ -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;
};