]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/sep/sep_driver_api.h
staging/comedi/me4000: fix sparse warning "obsolete struct initializer"
[~andy/linux] / drivers / staging / sep / sep_driver_api.h
index 5508769fc5df8667fc3f996d4aa5c1cf2dcd3f81..0f38d619842e7b54b4022ba57a0a8bafdc8d5c3d 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;
@@ -141,11 +141,11 @@ struct sep_dcblock {
        /* size of data in the first output mlli */
        u32     output_mlli_data_size;
        /* pointer to the output virtual tail */
-       u32     out_vr_tail_pt;
+       aligned_u64 out_vr_tail_pt;
        /* size of tail data */
        u32     tail_data_size;
        /* input tail data array */
-       u8      tail_data[64];
+       u8      tail_data[68];
 };
 
 struct sep_caller_id_entry {