mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-27 03:54:27 -04:00
This fixes the following compile problem with kernel 4.9 on lantiq:
drivers/mtd/mtdsplit/mtdsplit_uimage.c:244:34: error: array type has incomplete element type 'struct of_device_id'
static const struct of_device_id mtdsplit_uimage_of_match_table[] = {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/mtd/mtdsplit/mtdsplit_uimage.c:245:4: error: field name not in record or union initializer
{ .compatible = "denx,uimage" },
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtdsplit_brnimage.c | ||
| mtdsplit_eva.c | ||
| mtdsplit_fit.c | ||
| mtdsplit_jimage.c | ||
| mtdsplit_lzma.c | ||
| mtdsplit_minor.c | ||
| mtdsplit_seama.c | ||
| mtdsplit_squashfs.c | ||
| mtdsplit_tplink.c | ||
| mtdsplit_trx.c | ||
| mtdsplit_uimage.c | ||
| mtdsplit_wrgg.c | ||
| mtdsplit.c | ||
| mtdsplit.h | ||