Skip to content
Commit 6c974e79 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Russell King (Oracle)
Browse files

ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicate



Since commit cafa0010 ("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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
parent c747ce47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment