diff options
Diffstat (limited to 'arch/sh/mm/tlb-nommu.c')
-rw-r--r-- | arch/sh/mm/tlb-nommu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/mm/tlb-nommu.c b/arch/sh/mm/tlb-nommu.c index 8842620604c3..15111bc7ddd6 100644 --- a/arch/sh/mm/tlb-nommu.c +++ b/arch/sh/mm/tlb-nommu.c | |||
@@ -55,3 +55,7 @@ void __init page_table_range_init(unsigned long start, unsigned long end, | |||
55 | pgd_t *pgd_base) | 55 | pgd_t *pgd_base) |
56 | { | 56 | { |
57 | } | 57 | } |
58 | |||
59 | void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) | ||
60 | { | ||
61 | } | ||