mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
fixmap: Remove unused set_fixmap_offset_io()
The macro set_fixmap_offset_io() was added in commitf774b7d10e
("arm64: fixmap: fix missing sub-page offset for earlyprintk") but then commit8ef0ed95ee
("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>
This commit is contained in:
parent
3db80c999d
commit
b4e891901e
@ -97,8 +97,5 @@ static inline unsigned long virt_to_fix(const unsigned long vaddr)
|
||||
#define set_fixmap_io(idx, phys) \
|
||||
__set_fixmap(idx, phys, FIXMAP_PAGE_IO)
|
||||
|
||||
#define set_fixmap_offset_io(idx, phys) \
|
||||
__set_fixmap_offset(idx, phys, FIXMAP_PAGE_IO)
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ASM_GENERIC_FIXMAP_H */
|
||||
|
Loading…
Reference in New Issue
Block a user