Sort out the current file inclusion relationship of uadk, and adjust the inclusion order of some header files.
Changes v5 -> v6: Remove the modification in wd_alg_common.h
Changes v4 -> v5: Remove the interface and move to wd_util.h.
Changes v3 -> v4: Rebase on wd_comp_init2 patches.
Changes v2 -> v3: Update file relationship diagram
Changes v1 -> v2: adjust the content of wd_alg_common.h
liulongfang (3): uadk: Remove duplicate header files uadk: adjust header file include logic uadk: add a file structure diagram
Makefile.am | 2 +- docs/uadk_file_relationship.svg | 40 +++++++++++++++++++++++++++++++++ drv/hisi_comp.c | 1 - drv/hisi_qm_udrv.c | 1 + drv/hisi_sec.c | 4 ---- include/drv/wd_aead_drv.h | 3 +-- include/drv/wd_cipher_drv.h | 4 ++-- include/drv/wd_comp_drv.h | 4 ++-- include/drv/wd_dh_drv.h | 3 ++- include/drv/wd_digest_drv.h | 3 +-- include/drv/wd_ecc_drv.h | 2 +- include/drv/wd_rsa_drv.h | 1 + include/hisi_qm_udrv.h | 3 +-- include/wd.h | 17 ++++++++++---- include/wd_aead.h | 2 -- include/wd_alg_common.h | 10 ++++----- include/wd_cipher.h | 1 - include/wd_common.h | 23 ------------------- include/wd_comp.h | 2 +- include/wd_dh.h | 5 ----- include/wd_digest.h | 1 - include/wd_ecc.h | 1 - include/wd_rsa.h | 4 ---- include/wd_util.h | 3 ++- wd.c | 1 - wd_aead.c | 1 - wd_cipher.c | 1 - wd_comp.c | 3 --- wd_dh.c | 2 -- wd_digest.c | 1 - wd_ecc.c | 1 - wd_rsa.c | 3 +-- wd_util.c | 1 - 33 files changed, 74 insertions(+), 80 deletions(-) create mode 100644 docs/uadk_file_relationship.svg delete mode 100644 include/wd_common.h