From: ZhangPeng zhangpeng362@huawei.com
hulk inclusion category: cleanup bugzilla: https://gitee.com/openeuler/kernel/issues/I8OWRC
--------------------------------
Just testing if the kabi check is working. Please ignore this patch.
Signed-off-by: ZhangPeng zhangpeng362@huawei.com --- include/linux/device.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/linux/device.h b/include/linux/device.h index 17427fc8e035..0128883e652d 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -814,6 +814,7 @@ struct device { KABI_RESERVE(6) KABI_RESERVE(7) KABI_RESERVE(8) + KABI_RESERVE(9) };
/**