diff options
Diffstat (limited to 'hif/src')
| -rw-r--r-- | hif/src/sdio/regtable_sdio.h | 4 | ||||
| -rw-r--r-- | hif/src/usb/regtable_usb.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hif/src/sdio/regtable_sdio.h b/hif/src/sdio/regtable_sdio.h index 9006f9df06e5..1f282c7a7fa7 100644 --- a/hif/src/sdio/regtable_sdio.h +++ b/hif/src/sdio/regtable_sdio.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -879,7 +879,7 @@ typedef struct TGT_REG_SECTION { typedef struct TGT_REG_TABLE { - tgt_reg_section *section; + const tgt_reg_section *section; uint32_t section_size; } tgt_reg_table; #endif /* _REGTABLE_SDIO_H_ */ diff --git a/hif/src/usb/regtable_usb.h b/hif/src/usb/regtable_usb.h index 7d489892ea63..d53369880946 100644 --- a/hif/src/usb/regtable_usb.h +++ b/hif/src/usb/regtable_usb.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -1285,7 +1285,7 @@ typedef struct TGT_REG_SECTION { } tgt_reg_section; typedef struct TGT_REG_TABLE { - tgt_reg_section *section; + const tgt_reg_section *section; u_int32_t section_size; } tgt_reg_table; void target_register_tbl_attach(struct hif_softc *scn, |
