From: Malcolm Priestley Date: Thu, 24 Jul 2014 20:13:19 +0000 (+0100) Subject: staging: vt6656: Remove unused macro MP_TEST_FLAGS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fa4b5c74ea6cb47bdebf9696b8f8118c3fbd813b;p=deliverable%2Flinux.git staging: vt6656: Remove unused macro MP_TEST_FLAGS Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index 21f810eb162f..2ec086c221ec 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -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