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

Commit a8fd28c3 authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Remove unused kgsl_dump_fence() function



kgsl_dump_fence() is not being used anywhere. Hence
remove it.

Change-Id: I1a91453d1c86fca0407fc98578380450243948fc
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent b53c6bb3
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
/* Copyright (c) 2012-2014, 2018 The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 2018-2019 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -111,9 +111,6 @@ void kgsl_syncsource_put(struct kgsl_syncsource *syncsource);
void kgsl_syncsource_process_release_syncsources(
		struct kgsl_process_private *private);

void kgsl_dump_fence(struct kgsl_drawobj_sync_event *event,
					char *fence_str, int len);

#else
static inline int kgsl_add_fence_event(struct kgsl_device *device,
	u32 context_id, u32 timestamp, void __user *data, int len,
@@ -188,11 +185,6 @@ static inline void kgsl_syncsource_process_release_syncsources(

}

static inline void kgsl_dump_fence(struct kgsl_drawobj_sync_event *event,
					char *fence_str, int len)
{
}

#endif /* CONFIG_SYNC_FILE */

#endif /* __KGSL_SYNC_H */