summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_handle.h
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2017-05-11 17:32:56 -0400
committerRob Herring <robh@kernel.org>2017-06-12 09:17:08 -0500
commit0ce0178d66a336a4c372960a3064af2ec9133434 (patch)
treeaacf077de04151036594e27bb94fbfafee10b0cf /gralloc_drm_handle.h
parent77f32995cb6e0193878b4b4147201b701076cee8 (diff)
downloadgbm_gralloc-0ce0178d66a336a4c372960a3064af2ec9133434.tar.gz
gbm_gralloc-0ce0178d66a336a4c372960a3064af2ec9133434.tar.xz
Change #include guard to reflect filename
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Diffstat (limited to 'gralloc_drm_handle.h')
-rw-r--r--gralloc_drm_handle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gralloc_drm_handle.h b/gralloc_drm_handle.h
index 9edf22a..7f332b3 100644
--- a/gralloc_drm_handle.h
+++ b/gralloc_drm_handle.h
@@ -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_ */