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

Commit 6beb991e authored by Michael Bestas's avatar Michael Bestas Committed by KakatkarAkshay
Browse files

dma-buf: Fix build with oplus additions & disabled debugfs

Change-Id: Id6b4d58c2db12272368311318e2ee6634c539a5e
parent 8476288b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ struct dma_buf {
	const char *exp_name;
	const char *name;
	spinlock_t name_lock;
#if defined(CONFIG_DEBUG_FS)
#if defined(CONFIG_DEBUG_FS) || (defined(OPLUS_FEATURE_PERFORMANCE) && defined(CONFIG_PROC_FS))
	ktime_t ktime;
#endif
	struct module *owner;