mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-11 23:22:11 -05:00
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19708 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
23 lines
827 B
Diff
23 lines
827 B
Diff
--- a/drivers/bcma/driver_chipcommon_sflash.c
|
|
+++ b/drivers/bcma/driver_chipcommon_sflash.c
|
|
@@ -93,7 +93,7 @@ static void bcma_sflash_cmd(struct bcma_
|
|
bcma_err(cc->core->bus, "SFLASH control command failed (timeout)!\n");
|
|
}
|
|
|
|
-const struct bcma_sflash_tbl_e *bcma_sflash_shrink_flash(u32 id)
|
|
+static const struct bcma_sflash_tbl_e *bcma_sflash_shrink_flash(u32 id)
|
|
{
|
|
enum bcm47xx_board board = bcm47xx_board_get();
|
|
const struct bcma_sflash_tbl_e *e;
|
|
--- a/drivers/firmware/broadcom/cfe_env.c
|
|
+++ b/drivers/firmware/broadcom/cfe_env.c
|
|
@@ -21,6 +21,8 @@
|
|
static char _nvdata[NVRAM_SIZE];
|
|
static char _valuestr[256];
|
|
|
|
+char *cfe_env_get(unsigned char *nv_buf, const char *name);
|
|
+
|
|
/*
|
|
* TLV types. These codes are used in the "type-length-value"
|
|
* encoding of the items stored in the NVRAM device (flash or EEPROM)
|