summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_dev.h
diff options
context:
space:
mode:
authorAlan Cox2009-08-14 16:41:50 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:15 +0200
commit6f13ea3df5de2af5c50e15218553c2434e455be9 (patch)
tree46e443b980f65b4a9f0e5fad0736708ed57b78de /drivers/staging/sep/sep_dev.h
parentStaging: sep: various minor tidyups (diff)
downloadkernel-qcow2-linux-6f13ea3df5de2af5c50e15218553c2434e455be9.tar.gz
kernel-qcow2-linux-6f13ea3df5de2af5c50e15218553c2434e455be9.tar.xz
kernel-qcow2-linux-6f13ea3df5de2af5c50e15218553c2434e455be9.zip
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 fd33945db6c8..f0dc715cbcb6 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;