projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d7ef7
)
[PATCH] remove a dead extern in mem.c
author
Christoph Hellwig
<hch@lst.de>
Tue, 6 Sep 2005 22:16:56 +0000
(15:16 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:23 +0000
(16:57 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mem.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/mem.c
b/drivers/char/mem.c
index 850a78c9c4bc9c639dd5b2c5816a4c89e7568eb1..f182752fe918b9b08bb601bd0bc827bb3e1f0cf2 100644
(file)
--- a/
drivers/char/mem.c
+++ b/
drivers/char/mem.c
@@
-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.