)]}' { "commit": "fb5d69a5cd7865a733c2c1f26e2e3b75f59ce00d", "tree": "5788d35742bc6975dce107aa080aea26bc7237c1", "parents": [ "aeba0b84dd07a9e6b362395f5ad47091249db13d" ], "author": { "name": "Guenter Roeck", "email": "linux@roeck-us.net", "time": "Thu Sep 16 21:38:37 2021 -0700" }, "committer": { "name": "Guo Ren", "email": "guoren@linux.alibaba.com", "time": "Sat Oct 16 07:20:12 2021 +0800" }, "message": "csky: bitops: Remove duplicate __clear_bit define\n\nBuilding csky:allmodconfig results in the following build error.\n\nIn file included from ./include/linux/bitops.h:33,\n from ./include/linux/log2.h:12,\n from kernel/bounds.c:13:\n./arch/csky/include/asm/bitops.h:77: error: \"__clear_bit\" redefined\n\nSince commit 9248e52fec95 (\"locking/atomic: simplify non-atomic wrappers\"),\n__clear_bit is defined in include/asm-generic/bitops/non-atomic.h,\nand the define in the csky include file is no longer necessary or useful.\nRemove it.\n\nFixes: 9248e52fec95 (\"locking/atomic: simplify non-atomic wrappers\")\nSigned-off-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\nSigned-off-by: Guo Ren \u003cguoren@kernel.org\u003e\n", "tree_diff": [ { "type": "modify", "old_id": "91818787d860925defd3fc71cb3cefe87fe02d17", "old_mode": 33188, "old_path": "arch/csky/include/asm/bitops.h", "new_id": "02b72a0007671308878bae4de47eda256b442324", "new_mode": 33188, "new_path": "arch/csky/include/asm/bitops.h" } ] }