mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
soc/tegra: fuse: Remove unused function
Remove unused function tegra_fuse_calculate_parity() to avoid build warning. Change-Id: Id5a85d3517c5c56564985a1c520f6f51288e6379 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2710217 GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
a01851131c
commit
a767295929
@@ -255,16 +255,6 @@ static void fuse_cmd_write(u32 value, u32 addr)
|
||||
fuse_cmd_read(addr);
|
||||
}
|
||||
|
||||
static u32 tegra_fuse_calculate_parity(u32 val)
|
||||
{
|
||||
u32 i, p = 0;
|
||||
|
||||
for (i = 0; i < 32; i++)
|
||||
p ^= ((val >> i) & 1);
|
||||
|
||||
return p;
|
||||
}
|
||||
|
||||
static inline int tegra_fuse_acquire_burn_lock(
|
||||
struct tegra_fuse_burn_dev *fuse_dev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user