mm: Remove unused variable idx0 in __early_ioremap()
authorJianguo Wu <wujianguo@huawei.com>
Tue, 13 Aug 2013 03:01:07 +0000 (11:01 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 13 Aug 2013 09:46:36 +0000 (11:46 +0200)
commitd4f5228c01c130ff2c1f9240f1de22a5dfc61554
tree2d25e85bbbe53028c991c5c168c0f6dddf8656f4
parenta0842b704b0f7c2d925473676f2012ea5dc39976
mm: Remove unused variable idx0 in __early_ioremap()

After commit:

   8827247ffcc ("x86: don't define __this_fixmap_does_not_exist()")

variable idx0 is no longer needed, so just remove it.

Signed-off-by: Jianguo Wu <wujianguo@huawei.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: <linux-mm@kvack.org>
Cc: <wangchen@cn.fujitsu.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Link: http://lkml.kernel.org/r/5209A173.3090600@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/ioremap.c