From 98f0a7a2da1fc1c23bbccf3c873ca9361f5f0106 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 14 Mar 2022 13:23:06 +0900 Subject: [PATCH] Revert "kdbus: Add magic value" This reverts commit 5d79c163177419f0be2b0c9d6c644df39038f4c0. The kdbus magic value is moved to linux-tizen-modules-source tree, so commit in kernel tree is not anymore required. Change-Id: I2a98f750b525a659fd341f59f584f0955c5dcc82 Ref: https://git.tizen.org/cgit/platform/kernel/linux-tizen-modules-source/commit/?h=tizen&id=adf25c245d67f341520c77fda3adccd1c76a2bff Signed-off-by: Seung-Woo Kim --- include/uapi/linux/magic.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 04b8b17..f3956fc 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -98,6 +98,4 @@ #define Z3FOLD_MAGIC 0x33 #define PPC_CMM_MAGIC 0xc7571590 -#define KDBUS_SUPER_MAGIC 0x44427573 - #endif /* __LINUX_MAGIC_H__ */ -- 2.7.4