From: Alex Elder Date: Sat, 27 Sep 2014 01:55:32 +0000 (-0500) Subject: greybus: fix the guard in "greybus_manifest.h" X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2076 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dd7f58f8e24e03a3a5eea85a547a1ba91d82e81;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 8865beec9bed..75dea816fa69 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 */