diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-06-20 12:33:42 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-06-20 12:53:53 +0200 |
commit | 103c42e2954035a03d13046606ca680330456c16 (patch) | |
tree | d58810e8d490e44dc9cf76f896aefecd6111ec04 /package/mac80211/files | |
parent | fd4e8058467e8bf794f7ad2e0feab1ece783cd33 (diff) | |
download | upstream-103c42e2954035a03d13046606ca680330456c16.tar.gz upstream-103c42e2954035a03d13046606ca680330456c16.tar.bz2 upstream-103c42e2954035a03d13046606ca680330456c16.zip |
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: 6c5c3a2edccf ("kernel: Update to version 4.4.182")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/mac80211/files')
0 files changed, 0 insertions, 0 deletions