commit | 9cb693f6f326ddf8f9df9c2bb3302048a919b394 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Sat Aug 15 21:57:35 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Sep 12 18:24:26 2015 -0700 |
tree | e81128deac3d808d539e9960f9484714e7426a73 | |
parent | 88defe2b35f1b765dbfe9a800c443c31400a4e13 [diff] |
staging: vt6655: replace typedef struct tagSRxDesc with struct vnt_rx_desc and all members the same. volatile is removed from pointers as this generates warning message. Only the first four members of vnt_rx_desc need to be volatile. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>