mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04:00
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:
committed by
Greg Kroah-Hartman
parent
2ab3d46dd3
commit
fa4b5c74ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user