diff --git a/drivers/char/mem.c b/drivers/char/mem.c index 850a78c9c4bc9c639dd5b2c5816a4c89e7568eb1..f182752fe918b9b08bb601bd0bc827bb3e1f0cf2 100644 --- a/drivers/char/mem.c +++ b/drivers/char/mem.c @@ -35,10 +35,6 @@ # include #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.