ar71xx: remove obsolete '< KERNEL_VERSION(4, 4, 0)' check
authorGabor Juhos <juhosg@freemail.hu>
Tue, 9 Jan 2018 20:20:14 +0000 (21:20 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 Jan 2018 20:33:19 +0000 (21:33 +0100)
commit82cc4399765f0b9bd15cedae453d6f84c3f46393
treec59850610a8bec26bc0f238ab8c6b21efd1be1d6
parent8f44c8086be7fd080f4ae2f6bbd5296482d99776
ar71xx: remove obsolete '< KERNEL_VERSION(4, 4, 0)' check

Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 4.4.0 is always
false. Remove the obsolete check from mach-rb4xx.c to clean up the code
a bit.

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c