diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 03:36:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:24 -0400 |
commit | 31b4f0a118a7ade8444059ec898af8f07de206e9 (patch) | |
tree | 54306c4e6dcaf17453d85989874d7d666ce2452e /drivers/char/cyclades.c | |
parent | 217191910c0286e0b3c7e3011630273695253da3 (diff) |
Char: cyclades, mark cyy_init_card as __devinit, not __init
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/cyclades.c')
-rw-r--r-- | drivers/char/cyclades.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c index 7a1530012227..738903d707f7 100644 --- a/drivers/char/cyclades.c +++ b/drivers/char/cyclades.c | |||
@@ -4651,8 +4651,8 @@ static void __devinit cy_init_card(struct cyclades_card *cinfo, | |||
4651 | 4651 | ||
4652 | /* initialize chips on Cyclom-Y card -- return number of valid | 4652 | /* initialize chips on Cyclom-Y card -- return number of valid |
4653 | chips (which is number of ports/4) */ | 4653 | chips (which is number of ports/4) */ |
4654 | static unsigned short __init | 4654 | static unsigned short __devinit cyy_init_card(void __iomem *true_base_addr, |
4655 | cyy_init_card(void __iomem * true_base_addr, int index) | 4655 | int index) |
4656 | { | 4656 | { |
4657 | unsigned int chip_number; | 4657 | unsigned int chip_number; |
4658 | void __iomem *base_addr; | 4658 | void __iomem *base_addr; |