diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-16 08:54:50 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-16 08:54:50 -0400 |
commit | cead4dbc03ba6eb2e35bac04439b76a0cc2286ce (patch) | |
tree | 7563bdedb51b496ee57f5f1b7141305d59dcddf1 /drivers/mtd/nand/cs553x_nand.c | |
parent | ce589a0328866228412ea0df2c834688da8f4700 (diff) |
[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncs
We all inherited the same error from the original NAND board driver which
got copied and changed. Fix them all at once...
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/cs553x_nand.c')
-rw-r--r-- | drivers/mtd/nand/cs553x_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/cs553x_nand.c b/drivers/mtd/nand/cs553x_nand.c index d5b05514bb8b..bf251253ea1f 100644 --- a/drivers/mtd/nand/cs553x_nand.c +++ b/drivers/mtd/nand/cs553x_nand.c | |||
@@ -267,7 +267,7 @@ out: | |||
267 | return err; | 267 | return err; |
268 | } | 268 | } |
269 | 269 | ||
270 | int __init cs553x_init(void) | 270 | static int __init cs553x_init(void) |
271 | { | 271 | { |
272 | int err = -ENXIO; | 272 | int err = -ENXIO; |
273 | int i; | 273 | int i; |