[PATCH] remove a dead extern in mem.c
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c1d7ef70a7
commit
edf83015fc
|
@ -35,10 +35,6 @@
|
|||
# include <linux/efi.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_S390_TAPE) && defined(CONFIG_S390_TAPE_CHAR)
|
||||
extern void tapechar_init(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Architectures vary in how they handle caching for addresses
|
||||
* outside of main memory.
|
||||
|
|
Loading…
Reference in New Issue