blob: a3dc8fcfc36bed609dc4f07e815fa447e6d6c4d2 [file] [log] [blame]
From: Andrew Morton <akpm@linux-foundation.org>
Subject: radix-tree-add-missing-cleanuph-fix
Date: Wed Apr 2 07:24:02 PM PDT 2025
remove unneeded header guards, per Sidhartha
Cc: Daniel Gomez <da.gomez@kernel.org>
Cc: Daniel Gomez <da.gomez@samsung.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Luis Chamberalin <mcgrof@kernel.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/shared/linux/cleanup.h | 5 -----
1 file changed, 5 deletions(-)
--- a/tools/testing/shared/linux/cleanup.h~radix-tree-add-missing-cleanuph-fix
+++ a/tools/testing/shared/linux/cleanup.h
@@ -1,7 +1,2 @@
/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _TEST_CLEANUP_H
-#define _TEST_CLEANUP_H
-
#include "../../../../include/linux/cleanup.h"
-
-#endif /* _TEST_CLEANUP_H */
_