ar71xx: remove obsolete '< KERNEL_VERSION(3, 15, 0)' checks
authorGabor Juhos <juhosg@freemail.hu>
Tue, 9 Jan 2018 20:20:12 +0000 (21:20 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 9 Jan 2018 20:33:18 +0000 (21:33 +0100)
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 3.15.0 is always
false. Remove the obsolete checks from the target specific source files
to clean up the code a bit.

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>

No differences found