X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fs390%2Fkernel%2Fmodule.c;fp=arch%2Fs390%2Fkernel%2Fmodule.c;h=c271cdab58e2051728c154882ee94881a3dd53fb;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=d989ed45a7aafedc9bb2715671d052ebd909a102;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/s390/kernel/module.c b/arch/s390/kernel/module.c index d989ed45a..c271cdab5 100644 --- a/arch/s390/kernel/module.c +++ b/arch/s390/kernel/module.c @@ -119,7 +119,7 @@ module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, int nrela, i, j; /* Find symbol table and string table. */ - symtab = NULL; + symtab = 0; for (i = 0; i < hdr->e_shnum; i++) switch (sechdrs[i].sh_type) { case SHT_SYMTAB: