diff options
Diffstat (limited to 'arch/arm/include/asm/fixmap.h')
-rw-r--r-- | arch/arm/include/asm/fixmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/fixmap.h b/arch/arm/include/asm/fixmap.h index d984ca69ce19..714606f70425 100644 --- a/arch/arm/include/asm/fixmap.h +++ b/arch/arm/include/asm/fixmap.h | |||
@@ -14,6 +14,8 @@ enum fixed_addresses { | |||
14 | __end_of_fixed_addresses | 14 | __end_of_fixed_addresses |
15 | }; | 15 | }; |
16 | 16 | ||
17 | void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot); | ||
18 | |||
17 | #include <asm-generic/fixmap.h> | 19 | #include <asm-generic/fixmap.h> |
18 | 20 | ||
19 | #endif | 21 | #endif |