mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 08:39:08 -04:00
staging: bcm2835-camera: Unify header inclusion defines
Most of the headers use ifndef FOO_H, whilst mmal-parameters.h used ifndef __FOO_H. Revise mmal-parameters.h to drop the underscores and make the headers all consistent. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org> Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
807855cab7
commit
c7b52b8035
@@ -19,8 +19,8 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef __MMAL_PARAMETERS_H
|
||||
#define __MMAL_PARAMETERS_H
|
||||
#ifndef MMAL_PARAMETERS_H
|
||||
#define MMAL_PARAMETERS_H
|
||||
|
||||
/** Common parameter ID group, used with many types of component. */
|
||||
#define MMAL_PARAMETER_GROUP_COMMON (0 << 16)
|
||||
|
||||
Reference in New Issue
Block a user