diff options
Diffstat (limited to 'arch/sh/mm/pmb.c')
-rw-r--r-- | arch/sh/mm/pmb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c index 7d43758dc244..1d45b82f0a63 100644 --- a/arch/sh/mm/pmb.c +++ b/arch/sh/mm/pmb.c | |||
@@ -292,8 +292,7 @@ void pmb_unmap(unsigned long addr) | |||
292 | } while (pmbe); | 292 | } while (pmbe); |
293 | } | 293 | } |
294 | 294 | ||
295 | static void pmb_cache_ctor(void *pmb, struct kmem_cache *cachep, | 295 | static void pmb_cache_ctor(struct kmem_cache *cachep, void *pmb) |
296 | unsigned long flags) | ||
297 | { | 296 | { |
298 | struct pmb_entry *pmbe = pmb; | 297 | struct pmb_entry *pmbe = pmb; |
299 | 298 | ||