summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3bc5700..5c8d925 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>
@@ -104,4 +104,4 @@ static inline int gralloc_drm_get_prime_fd(buffer_handle_t _handle)
#ifdef __cplusplus
}
#endif
-#endif /* _GRALLOC_GBM_HANDLE_H_ */
+#endif /* _GRALLOC_DRM_HANDLE_H_ */