[PATCH 03/11] sep: sram_addr is 32 bit; this is not a kernel address, but device internal value

From: Mark Allyn
Date: Thu Dec 09 2010 - 12:23:51 EST


This does not have to be 64 bits wide

Signed-off-by: Mark Allyn <mark.a.allyn@xxxxxxxxx>
---
drivers/staging/sep/sep_driver_api.h | 2 +-
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 5508769..fbbfa23 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;
--
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/