Char: cyclades, mark cyy_init_card as __devinit, not __init
[deliverable/linux.git] / drivers / char / cyclades.c
index 7a15300122270abcbf91f13ed1828c3d21f15fcf..738903d707f79c97d5b5f3c16843cbfaddf4cc07 100644 (file)
@@ -4651,8 +4651,8 @@ static void __devinit cy_init_card(struct cyclades_card *cinfo,
 
 /* initialize chips on Cyclom-Y card -- return number of valid
    chips (which is number of ports/4) */
-static unsigned short __init
-cyy_init_card(void __iomem * true_base_addr, int index)
+static unsigned short __devinit cyy_init_card(void __iomem *true_base_addr,
+               int index)
 {
        unsigned int chip_number;
        void __iomem *base_addr;
This page took 0.023651 seconds and 5 git commands to generate.