From: Hendrik v. Raven Date: Tue, 14 Feb 2017 09:35:15 +0000 (+0100) Subject: staging: bcm2835-audio: remove unused macro X-Git-Tag: v4.11-rc1~116^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ebd622860988b7c1ffd8bb22d6c0dfdecbda0c75;p=karo-tx-linux.git staging: bcm2835-audio: remove unused macro The VC_AUDIO_MAX_MSG_LEN macro is not used by anything in the bcm2835-audio driver. Signed-off-by: Hendrik v. Raven Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h b/drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h index 928dd6009510..da96f1bc2516 100644 --- a/drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h +++ b/drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h @@ -21,9 +21,6 @@ /* FourCC code used for VCHI connection */ #define VC_AUDIO_SERVER_NAME MAKE_FOURCC("AUDS") -/* Maximum message length */ -#define VC_AUDIO_MAX_MSG_LEN (sizeof(VC_AUDIO_MSG_T)) - /* * List of screens that are currently supported * All message types supported for HOST->VC direction