mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 15:07:13 -04:00
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 <hendrik@consetetur.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
65ab7c2410
commit
ebd6228609
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user