Fix kabi header file being repeatedly referenced by the same file
uniontech inclusion category: cleanup bugzilla: https://gitee.com/openeuler/kernel/issues/I5JI5Z CVE: NA --------------------------------------- In the following header files, the "linux/kabi.h" header file is repeatedly referenced twice, causing the same header file to be included repeatedly: include/linux/blk_types.h include/linux/cred.h include/linux/device.h include/linux/device/class.h include/linux/ioport.h include/linux/mm.h include/linux/swap.h Remove redundant "linux/kabi.h" header file references to make the code more canonical. Signed-off-by: Ngoutongchen <goutongchen@uniontech.com>
Showing
想要评论请 注册 或 登录