Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05ec9073 authored by Lloyd Atkinson's avatar Lloyd Atkinson Committed by Narendra Muppalla
Browse files

drm/msm/sde: fixup header markings



Fix header guard markings.

Change-Id: I817d5b1f21b0a7a1b0bcdff0ce4848cea64c8ff7
Signed-off-by: default avatarLloyd Atkinson <latkinso@codeaurora.org>
parent cd78b8a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
 *
 */

#ifndef __SDE_KMS_RM_H__
#define __SDE_KMS_RM_H__
#ifndef __SDE_RM_H__
#define __SDE_RM_H__

#include <linux/list.h>

@@ -198,4 +198,4 @@ int sde_rm_check_property_topctl(uint64_t val);
 */
int sde_rm_check_property_topctl(uint64_t val);

#endif /* __sde_kms_rm_H__ */
#endif /* __SDE_RM_H__ */