Fix build break for ion on 4.14 kernel [YOCIMX-2861]

The kernel header version check for the conditional
ion code should be testing if we have a 4.9 or 4.14 kernel.
What was coded tests that the kernel version is less
than 4.14.34. This causes a build break for 4.14 builds
because the standard libc headers are version 4.14.0.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
1 file changed