summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
diff options
context:
space:
mode:
authorMark Allyn2010-12-09 18:30:31 +0100
committerGreg Kroah-Hartman2010-12-10 01:37:48 +0100
commitb0daf59c5fc9ac6c65645ffb40156f5d5a0052a4 (patch)
tree7c40ee384969cac3f371a096bd96e211a4974a0b /drivers/staging/sep
parentStaging: sep: remove spaces at end of lines (diff)
downloadkernel-qcow2-linux-b0daf59c5fc9ac6c65645ffb40156f5d5a0052a4.tar.gz
kernel-qcow2-linux-b0daf59c5fc9ac6c65645ffb40156f5d5a0052a4.tar.xz
kernel-qcow2-linux-b0daf59c5fc9ac6c65645ffb40156f5d5a0052a4.zip
Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device internal value
This does not have to be 64 bits wide Signed-off-by: Mark Allyn <mark.a.allyn@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep')
-rw-r--r--drivers/staging/sep/sep_driver_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sep/sep_driver_api.h b/drivers/staging/sep/sep_driver_api.h
index 5508769fc5df..fbbfa2396555 100644
--- a/drivers/staging/sep/sep_driver_api.h
+++ b/drivers/staging/sep/sep_driver_api.h
@@ -61,7 +61,7 @@ struct init_struct {
u32 message_size_in_words;
/* offset of the init message in the sep sram */
- aligned_u64 sep_sram_addr;
+ u32 sep_sram_addr;
/* -not used- resident size in bytes*/
u32 unused_resident_size_in_bytes;