greybus: fix the guard in "greybus_manifest.h"
authorAlex Elder <elder@linaro.org>
Sat, 27 Sep 2014 01:55:32 +0000 (20:55 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 30 Sep 2014 01:06:27 +0000 (18:06 -0700)
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>
drivers/staging/greybus/greybus_manifest.h

index 8865bee..75dea81 100644 (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 */