mirror of https://github.com/hak5/openwrt.git
kernel: add missing version.h include to the TP-LINK parser
Fixes: a29c8d685b
("kernel: add DT binding support to the TP-LINK parser")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
openwrt-19.07
parent
a29c8d685b
commit
f995e143ba
|
@ -14,6 +14,7 @@
|
|||
#include <linux/slab.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/partitions.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/byteorder/generic.h>
|
||||
|
||||
#include "mtdsplit.h"
|
||||
|
|
Loading…
Reference in New Issue