greybus: fix the guard in "greybus_manifest.h"

The tag in the #ifndef guard surrounding the content of
"greybus_manifest.h" needs to be updated to reflect the
actual name of the file.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Alex Elder 2014-09-26 20:55:32 -05:00 committed by Greg Kroah-Hartman
parent cb705e0dd0
commit 1dd7f58f8e
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
* Released under the GPLv2 only.
*/
#ifndef __GREYBUS_DESC_H
#define __GREYBUS_DESC_H
#ifndef __GREYBUS_MANIFEST_H
#define __GREYBUS_MANIFEST_H
#pragma pack(push, 1)
@ -95,4 +95,4 @@ struct greybus_manifest {
#pragma pack(pop)
#endif /* __GREYBUS_DESC_H */
#endif /* __GREYBUS_MANIFEST_H */