OSDN Git Service

Change #include guard to reflect filename
authorRobert Foss <robert.foss@collabora.com>
Thu, 11 May 2017 21:32:56 +0000 (17:32 -0400)
committerRob Herring <robh@kernel.org>
Mon, 12 Jun 2017 14:17:08 +0000 (09:17 -0500)
Signed-off-by: Robert Foss <robert.foss@collabora.com>
gralloc_drm_handle.h

index 9edf22a..7f332b3 100644 (file)
@@ -22,8 +22,8 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef _GRALLOC_GBM_HANDLE_H_
-#define _GRALLOC_GBM_HANDLE_H_
+#ifndef _GRALLOC_DRM_HANDLE_H_
+#define _GRALLOC_DRM_HANDLE_H_
 
 #include <cutils/log.h>
 #include <cutils/native_handle.h>
@@ -94,4 +94,4 @@ static inline int gralloc_drm_get_gem_handle(buffer_handle_t handle)
 #ifdef __cplusplus
 }
 #endif
-#endif /* _GRALLOC_GBM_HANDLE_H_ */
+#endif /* _GRALLOC_DRM_HANDLE_H_ */