Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit b4e8919

Browse files
Steven Pricearndb
authored andcommitted
fixmap: Remove unused set_fixmap_offset_io()
The macro set_fixmap_offset_io() was added in commit f774b7d ("arm64: fixmap: fix missing sub-page offset for earlyprintk") but then commit 8ef0ed9 ("arm64: remove arch specific earlyprintk") removed the file causing the only user to be removed when the two commits were merged. Since this has never been used again since the v3.15 release remove it. Signed-off-by: Steven Price <steven.price@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 3db80c9 commit b4e8919

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/asm-generic/fixmap.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,5 @@ static inline unsigned long virt_to_fix(const unsigned long vaddr)
9797
#define set_fixmap_io(idx, phys) \
9898
__set_fixmap(idx, phys, FIXMAP_PAGE_IO)
9999

100-
#define set_fixmap_offset_io(idx, phys) \
101-
__set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
102-
103100
#endif /* __ASSEMBLY__ */
104101
#endif /* __ASM_GENERIC_FIXMAP_H */

0 commit comments

Comments
 (0)