From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:02:46 +0800 Subject: [PATCH v6 036/102] x86: Don't export mrccache_update() In-Reply-To: <20191206213936.v6.36.I12b19a0093a729c728c3f0fc7d0e8ef7bb42392c@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.36.I12b19a0093a729c728c3f0fc7d0e8ef7bb42392c@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:48 PM Simon Glass wrote: > > This function is only used within the implementation so make it static. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - Add new patch to make mrccache_update() static > > Changes in v3: None > Changes in v2: None > > arch/x86/include/asm/mrccache.h | 15 --------------- > arch/x86/lib/mrccache.c | 16 ++++++++++++++-- > 2 files changed, 14 insertions(+), 17 deletions(-) > applied to u-boot-x86/next, thanks!