Loading
UNIC: Using UBL-related macros to isolate UB header files
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAN6V7 CVE: NA ----------------------------------------------------------- To improve the maintainability of the HNS3 and UNIC drivers, the header files used by the UNIC are isolated by using the CONFIG_HNS3_UBL macro. Use CONFIG_UB_UDMA_HNS3 to isolate the header files related to the UDMA and use the CONFIG_UBL macro to isolate the ubl.h file. Fixes: 737ec46e ("UNIC: Adds the process of UNIC driver initializing") Signed-off-by:mufengyan <mufengyan@hisilicon.com>