Skip to content

Commit

Permalink
sh: Fix compile error of arch/sh/mm/pmb.c
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Jan 28, 2008
1 parent a23ba43 commit 53ff094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/mm/pmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static void pmb_cache_ctor(struct kmem_cache *cachep, void *pmb)
static int __init pmb_init(void)
{
unsigned int nr_entries = ARRAY_SIZE(pmb_init_map);
unsigned int entry;
unsigned int entry, i;

BUG_ON(unlikely(nr_entries >= NR_PMB_ENTRIES));

Expand Down

0 comments on commit 53ff094

Please sign in to comment.