4 Commits

Author SHA1 Message Date
Fiqri Ardyansyah
188d8bfd24 treewide: Fix error cause a function declaration is deprecated
Fixes warns on clang 15.0.0:

../techpack/data/drivers/rmnet/perf/rmnet_perf_opt.c:715:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
rmnet_perf_free_hash_table()
                          ^
                           void
  CC      net/bluetooth/hci_conn.o
  CC      drivers/base/attribute_container.o
1 error generated.

../drivers/staging/qcacld-3.0/../qca-wifi-host-cmn/target_if/core/src/target_if_main.c:91:40: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct target_if_ctx *target_if_get_ctx()
                                       ^
                                        void
1 error generated.
  CC      drivers/staging/qcacld-3.0/../qca-wifi-host-cmn/umac/dfs/core/src/misc/dfs_nol.o
make[4]: *** [../scripts/Makefile.build:364: drivers/staging/qcacld-3.0/../qca-wifi-host-cmn/target_if/core/src/target_if_main.o] Error 1
make[4]: *** Waiting for unfinished jobs....
../drivers/staging/qcacld-3.0/../qca-wifi-host-cmn/hif/src/ce/ce_service_legacy.c:1320:34: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct ce_ops *ce_services_legacy()
                                 ^
                                  void
1 error generated.

Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com>
Signed-off-by: Pranav Temkar <pranavtemkar@gmail.com>
2022-10-08 23:44:52 +00:00
EcrosoftXiao
496090e185 Merge tag '56c032bd04fdfcb4ee8a9a4fd9480abed4d6f839' into HEAD
"LA.UM.9.1.r1-11500-SMxxx0.0"
2022-01-22 19:29:37 +08:00
Park Ju Hyung
5f5eb1b42a techpack: build rmnet extensions
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-11-21 19:34:58 +08:00
EcrosoftXiao
25c0b17d6d Add 'techpack/data/' from commit '9ee5e0f2a5d40b43410d80f28d7184da1a477ca4'
git-subtree-dir: techpack/data
git-subtree-mainline: b2b068c047
git-subtree-split: 9ee5e0f2a5d40b43410d80f28d7184da1a477ca4
2020-11-19 13:21:19 +08:00