summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-09-26 20:55:32 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-09-29 18:06:27 -0700
commit1dd7f58f8e24e03a3a5eea85a547a1ba91d82e81 (patch)
tree78285b423befe2b4330389f51daf83e44ebbb4b4 /drivers/staging/greybus/greybus_manifest.h
parentcb705e0dd0bc0614660aaf9adb0984c538532acf (diff)
downloadop-kernel-dev-1dd7f58f8e24e03a3a5eea85a547a1ba91d82e81.zip
op-kernel-dev-1dd7f58f8e24e03a3a5eea85a547a1ba91d82e81.tar.gz
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>
Diffstat (limited to 'drivers/staging/greybus/greybus_manifest.h')
-rw-r--r--drivers/staging/greybus/greybus_manifest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index 8865beec..75dea81 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -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 */
OpenPOWER on IntegriCloud