Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device internal...
authorMark Allyn <mark.a.allyn@intel.com>
Thu, 9 Dec 2010 17:30:31 +0000 (09:30 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 00:37:48 +0000 (16:37 -0800)
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>
drivers/staging/sep/sep_driver_api.h

index 5508769..fbbfa23 100644 (file)
@@ -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;