summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_dev.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-14 14:41:50 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:15 (GMT)
commit6f13ea3df5de2af5c50e15218553c2434e455be9 (patch)
tree46e443b980f65b4a9f0e5fad0736708ed57b78de /drivers/staging/sep/sep_dev.h
parent51faa9d27cbcfd5165d31762161319a2fdb11856 (diff)
downloadlinux-6f13ea3df5de2af5c50e15218553c2434e455be9.tar.xz
Staging: sep: tidy firmware load
Start by removing unused fields and then work this back to eliminate unused chunks of the firmware loading ioctl (ie almost all of it) Also fix the wrong handling of shared allocations and allocate the rar region properly with dma_alloc_coherent not kmalloc, as it is device shared. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep/sep_dev.h')
-rw-r--r--drivers/staging/sep/sep_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h
index fd33945..f0dc715 100644
--- a/drivers/staging/sep/sep_dev.h
+++ b/drivers/staging/sep/sep_dev.h
@@ -54,7 +54,7 @@ struct sep_device {
unsigned long resident_size;
void *resident_addr;
- unsigned long rar_region_addr;
+ void *rar_region_addr;
/* start address of the access to the SEP registers from driver */
void __iomem *reg_addr;