From: Andrew Morton Make git-s390 changes play nicely with git-kbuild changes. Cc: Sam Ravnborg Cc: Martin Schwidefsky Signed-off-by: Andrew Morton --- scripts/mod/file2alias.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN scripts/mod/file2alias.c~git-kbuild-build-fix scripts/mod/file2alias.c --- a/scripts/mod/file2alias.c~git-kbuild-build-fix +++ a/scripts/mod/file2alias.c @@ -512,7 +512,8 @@ void handle_moddevtable(struct module *m sizeof(struct ccw_device_id), "ccw", do_ccw_entry, mod); else if (sym_is(symname, "__mod_ap_device_table")) - do_table(symval, sym->st_size, sizeof(struct ap_device_id), + do_table(symval, sym->st_size, + sizeof(struct ap_device_id), "ap", do_ap_entry, mod); else if (sym_is(symname, "__mod_serio_device_table")) do_table(symval, sym->st_size, _