X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fubifs%2Fubifs.c;fp=fs%2Fubifs%2Fubifs.c;h=1cc31a968dd92b40d737e465c0b5113942020962;hb=2e5167ccad93ca9cfa6a2acfab5e4785418e477e;hp=3fc79909eaadfea2ebd6b140e8e8a9e3299b35d7;hpb=908614f20f7f0f5df736eed21b88e81ebbf14e86;p=pandora-u-boot.git diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index 3fc79909ea..1cc31a968d 100644 --- a/fs/ubifs/ubifs.c +++ b/fs/ubifs/ubifs.c @@ -121,7 +121,7 @@ static int __init compr_init(struct ubifs_compressor *compr) { ubifs_compressors[compr->compr_type] = compr; -#ifndef CONFIG_RELOC_FIXUP_WORKS +#ifdef CONFIG_NEEDS_MANUAL_RELOC ubifs_compressors[compr->compr_type]->name += gd->reloc_off; ubifs_compressors[compr->compr_type]->capi_name += gd->reloc_off; ubifs_compressors[compr->compr_type]->decompress += gd->reloc_off;