diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-21 01:43:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-21 01:43:10 -0700 |
| commit | 7b0db1f8ddbf3ec69c86357b0c6dfebcd0af05f6 (patch) | |
| tree | 05634ac04b5c092ccde0411a735cc919ab9809da /include/linux/ftape.h | |
| parent | e1d8d04df787eae098ef3fe2e421a1f5c148c8c8 (diff) | |
[PATCH] move some more initializations out of drivers/char/mem.c
From: Christoph Hellwig <hch@lst.de>
keeping init order the same..
Diffstat (limited to 'include/linux/ftape.h')
| -rw-r--r-- | include/linux/ftape.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ftape.h b/include/linux/ftape.h index 99b3535a4e20..e21d4b442843 100644 --- a/include/linux/ftape.h +++ b/include/linux/ftape.h @@ -199,8 +199,6 @@ typedef union { #define ABS(a) ((a) < 0 ? -(a) : (a)) #define NR_ITEMS(x) (int)(sizeof(x)/ sizeof(*x)) -extern int ftape_init(void); - #endif /* __KERNEL__ */ #endif |
