kernel: Add missing includes mtdsplit_*.c
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 28 Jun 2019 19:52:41 +0000 (21:52 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Jul 2019 15:37:26 +0000 (17:37 +0200)
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>

No differences found