From 09bc44454f0b26d9f1a5fee991ed309ef10e81f6 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 12 Feb 2018 11:40:38 +0100 Subject: [PATCH] ar7: fix ac49x compilation with 4.9 This will introduce a warning on 3.18, but fixes an error when compiling for 4.9. Fixes: cf9e0a59aabd ("ar7: add kernel 4.9 support") Signed-off-by: Jonas Gorski --- target/linux/ar7/files/drivers/mtd/ac49xpart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar7/files/drivers/mtd/ac49xpart.c b/target/linux/ar7/files/drivers/mtd/ac49xpart.c index 7ac4a817fc..4f8a9c1b84 100644 --- a/target/linux/ar7/files/drivers/mtd/ac49xpart.c +++ b/target/linux/ar7/files/drivers/mtd/ac49xpart.c @@ -123,7 +123,7 @@ void gen_partname(unsigned int type, } static int create_mtd_partitions(struct mtd_info *master, - struct mtd_partition **pparts, + const struct mtd_partition **pparts, struct mtd_part_parser_data *data) { unsigned int envpartnum = 0, linuxpartnum = 0; -- 2.30.2