Removed obsolete references to raw_data
The raw_data structure is not used. Change-Id: I754875c4eb24502791537dbcafc53a6eb15ceb44 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
d5d5c702c4
commit
2a0f1020fe
1 changed files with 0 additions and 10 deletions
|
@ -362,15 +362,6 @@ struct moved_req {
|
|||
} Extra;
|
||||
};
|
||||
|
||||
struct raw_data {
|
||||
MovedAction Action;
|
||||
int iXferID;
|
||||
uint32_t iSize;
|
||||
void *source;
|
||||
void *destination;
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct _g1arg {
|
||||
ktask_t task;
|
||||
ktask_group_t group;
|
||||
|
@ -460,7 +451,6 @@ union k_args_args {
|
|||
#endif
|
||||
struct _c1arg c1;
|
||||
struct moved_req MovedReq;
|
||||
struct raw_data RawData;
|
||||
struct _e1arg e1;
|
||||
struct _g1arg g1;
|
||||
struct _l1arg l1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue