Koen Vandeputte 743654f30d ar71xx: add missing include for checking kernel version
Fixes these build errors:

arch/mips/ath79/mach-rb2011.c:20:5: error: "LINUX_VERSION_CODE" is not defined, evaluates to 0 [-Werror=undef]
 #if LINUX_VERSION_CODE < KERNEL_VERSION(4,14,0)
     ^~~~~~~~~~~~~~~~~~
arch/mips/ath79/mach-rb2011.c:20:26: error: "KERNEL_VERSION" is not defined, evaluates to 0 [-Werror=undef]
 #if LINUX_VERSION_CODE < KERNEL_VERSION(4,14,0)
                          ^~~~~~~~~~~~~~
arch/mips/ath79/mach-rb2011.c:20:40: error: missing binary operator before token "("
 #if LINUX_VERSION_CODE < KERNEL_VERSION(4,14,0)
                                        ^

Fixes: 318e19ba6755 ("ar71xx: add v4.14 support")

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2018-08-22 13:11:52 +02:00
..
2018-08-20 13:03:23 +02:00
2018-08-20 13:03:23 +02:00
2018-08-13 17:10:39 +02:00
2018-05-22 07:20:13 +02:00
2018-08-19 18:58:04 +02:00
2018-07-31 05:11:07 +03:00
2018-08-02 08:49:18 +02:00
2018-08-03 16:10:38 +02:00
2018-08-20 13:03:23 +02:00
2018-08-01 09:46:59 +02:00
2018-08-01 09:46:59 +02:00
2018-08-10 18:43:23 +02:00
2018-01-09 10:26:16 +01:00
2018-08-20 13:03:23 +02:00
2018-08-03 16:10:38 +02:00
2018-07-30 11:03:02 +02:00
2018-04-19 14:38:57 +02:00
2018-07-31 05:11:07 +03:00
2018-07-30 14:10:00 +02:00
2018-08-10 18:43:23 +02:00
2018-05-18 09:10:21 +02:00
2018-08-20 13:03:23 +02:00