Loading
UNIC: Use the macro CONFIG_HNS3_UBL to isolate debugfs dentry
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAN6V7 CVE: NA ----------------------------------------------------------- When the driver runs in UB mode, the debugfs should use ub dentry rather than the nic dentry. Thus we use the macro CONFIG_HNS3_UBL to isolate these two dentries. Fixes: 97d2f809 ("UNIC: Debugfs supports query of ip and guid table's list and specification") Signed-off-by:mufengyan <mufengyan@hisilicon.com>