diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-01-12 09:01:21 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-01-12 09:01:21 -0800 |
| commit | e82d3d0cd4c2fe085e1e9100137a77df4a1caccb (patch) | |
| tree | 2c97963fd5282013dc29abdd579e0a2759b42ca1 | |
| parent | e13edcee701c6ee5385e23cdd3a3fbaacc01c8f1 (diff) | |
fw-api: CL 4011873 - update fw common interface files
remove target_register_tbl_attach from bmi_msg.h
Change-Id: Idf98a0e3b32a9476ecc41508624ca8f9f2838b41
CRs-Fixed: 1107600
| -rw-r--r-- | fw/bmi_msg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fw/bmi_msg.h b/fw/bmi_msg.h index 0a44d41455c8..8f5fb70d025f 100644 --- a/fw/bmi_msg.h +++ b/fw/bmi_msg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * Copyright (c) 2012, 2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -263,8 +263,6 @@ PREPACK struct bmi_target_info { #define TARGET_TYPE_IPQ4019 16 /* dakota */ #define TARGET_TYPE_QCA9888 17 /* besra */ -extern void target_register_tbl_attach(A_UINT32 target_type); - #define BMI_ROMPATCH_INSTALL 9 /* * Semantics: Install a ROM Patch. |
