openwrt/target/linux/layerscape
Hauke Mehrtens 103c42e295 layerscape: Adapt patch to changes in upstream kernel
In kernel v4.4.179 the structure of the scripts/mod/file2alias.c file
changed, this adapts the patch to the changes done in the stable
kernel.

This fixes the following compile problem:
  HOSTCC  scripts/mod/file2alias.o
scripts/mod/file2alias.c:1199:17: error: expected declaration specifiers or '...' before string constant
 ADD_TO_DEVTABLE("fslmc", fsl_mc_device_id, do_fsl_mc_entry);
                 ^
scripts/mod/file2alias.c:1199:26: error: unknown type name 'fsl_mc_device_id'
 ADD_TO_DEVTABLE("fslmc", fsl_mc_device_id, do_fsl_mc_entry);
                          ^
scripts/mod/file2alias.c:1199:44: error: expected declaration specifiers or '...' before 'do_fsl_mc_entry'
 ADD_TO_DEVTABLE("fslmc", fsl_mc_device_id, do_fsl_mc_entry);
                                            ^
scripts/mod/file2alias.c:1190:12: warning: 'do_fsl_mc_entry' defined but not used [-Wunused-function]
 static int do_fsl_mc_entry(const char *filename, void *symval,
            ^
  SHIPPED scripts/dtc/dtc-parser.tab.h

Fixes: 6c5c3a2edc ("kernel: Update to version 4.4.182")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2019-06-20 12:53:53 +02:00
..
32b kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
64b kernel: bump kernel 4.4 to 4.4.135 for 17.01 2018-06-02 15:13:12 +02:00
base-files/etc layerscape: add 64b/32b target for ls1012ardb device 2016-10-31 17:00:10 +01:00
image layerscape: add ls2088ardb device support 2017-01-03 15:19:15 +01:00
patches-4.4 layerscape: Adapt patch to changes in upstream kernel 2019-06-20 12:53:53 +02:00
Makefile layerscape: add 64b/32b target for ls1043ardb device 2016-10-31 17:00:10 +01:00
config-4.4 kernel: bump kernel 4.4 to version 4.4.137 2018-06-15 19:20:56 +02:00
modules.mk layerscape: add 64b/32b target for ls1012ardb device 2016-10-31 17:00:10 +01:00