!77 [sync] PR-48: Fix kabi header file being repeatedly referenced by the same file
Merge Pull Request from: @openeuler-sync-bot ### 1. Origin pull request: https://gitee.com/openeuler/kernel/pulls/48 ### 2. Original pull request related issue(s): https://gitee.com/openeuler/kernel/issues/I5JI5Z ### 3. Original pull request related commit(s): | Sha | Datetime | Message | |---|---|---| |[ea2d9be0](https://gitee.com/openeuler/kernel/commits/ea2d9be01d383bc880adc4f6dc4f6fa601a6d50f)|2022-07-29 11:05:52 +0800 CST|Fix kabi header file being repeatedly referenced by the same file<br><br>uniontech inclusion<br>category: cleanup<br>bugzilla: https://gitee.com/openeuler/kernel/issues/I5JI5Z<br>CVE: NA<br><br>---------------------------------------<br><br>In the following header files, the "linux/kabi.h" header file is<br>repeatedly referenced twice, causing the same header file to be<br>included repeatedly:<br><br> include/linux/blk_types.h<br> include/linux/cred.h<br> include/linux/device.h<br> include/linux/device/class.h<br> include/linux/ioport.h<br> include/linux/mm.h<br> include/linux/swap.h<br><br>Remove redundant "linux/kabi.h" header file references to make<br>the code more canonical.<br><br>Signed-off-by: goutongchen <goutongchen@uniontech.com><br>| Link:https://gitee.com/openeuler/kernel/pulls/77 Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Showing
想要评论请 注册 或 登录