From 1dd7f58f8e24e03a3a5eea85a547a1ba91d82e81 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Fri, 26 Sep 2014 20:55:32 -0500 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus_manifest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1