diff options
author | Geert Uytterhoeven | 2021-08-11 10:27:02 +0100 |
---|---|---|
committer | Russell King (Oracle) | 2021-08-20 11:39:28 +0100 |
commit | 6c974e79d37608bc8fd5cf6b61b4233b82b60428 (patch) | |
tree | ff28f79a6d486d5e1f47229dd0ae4cdfc886367f /arch/arm/lib | |
parent | c747ce4706190ef40634dd1366efc75a42415f05 (diff) |
ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicate
Since commit cafa0010cd51fb71 ("Raise the minimum required gcc version
to 4.6"), the kernel can no longer be compiled using gcc-3.
Hence __div64_const32_is_OK() is always true.
Moreover, __div64_const32_is_OK() is defined in the same way in
include/asm-generic/div64.h, so the ARM-specific definition can be
removed regardless.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/lib')
0 files changed, 0 insertions, 0 deletions