staging: vt6656: Remove unused macro MP_TEST_FLAGS

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-24 21:13:19 +01:00 committed by Greg Kroah-Hartman
parent 2ab3d46dd3
commit fa4b5c74ea
1 changed files with 0 additions and 2 deletions

View File

@ -402,8 +402,6 @@ struct vnt_private {
(uVar)++; \
}
#define MP_TEST_FLAGS(_M, _F) (((_M)->flags & (_F)) == (_F))
int vnt_init(struct vnt_private *priv);
#endif