Commit 1dd7f58f authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

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: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent cb705e0d
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
* Released under the GPLv2 only. * Released under the GPLv2 only.
*/ */
#ifndef __GREYBUS_DESC_H #ifndef __GREYBUS_MANIFEST_H
#define __GREYBUS_DESC_H #define __GREYBUS_MANIFEST_H
#pragma pack(push, 1) #pragma pack(push, 1)
...@@ -95,4 +95,4 @@ struct greybus_manifest { ...@@ -95,4 +95,4 @@ struct greybus_manifest {
#pragma pack(pop) #pragma pack(pop)
#endif /* __GREYBUS_DESC_H */ #endif /* __GREYBUS_MANIFEST_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment