PCMCIA: Remove commented references to dead class_device_create_file()
Since this routine doesn't even exist anymore, there's no point leaving in commented code using it. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
Родитель
801421eb73
Коммит
221f7edb73
|
@ -1285,13 +1285,6 @@ static int __init init_i82365(void)
|
|||
ret = pcmcia_register_socket(&socket[i].socket);
|
||||
if (!ret)
|
||||
socket[i].flags |= IS_REGISTERED;
|
||||
|
||||
#if 0 /* driver model ordering issue */
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_info);
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_exca);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Finally, schedule a polling interrupt */
|
||||
|
|
|
@ -754,13 +754,6 @@ static int __init init_m32r_pcc(void)
|
|||
ret = pcmcia_register_socket(&socket[i].socket);
|
||||
if (!ret)
|
||||
socket[i].flags |= IS_REGISTERED;
|
||||
|
||||
#if 0 /* driver model ordering issue */
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_info);
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_exca);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Finally, schedule a polling interrupt */
|
||||
|
|
|
@ -716,13 +716,6 @@ static int __init init_m32r_pcc(void)
|
|||
ret = pcmcia_register_socket(&socket[i].socket);
|
||||
if (!ret)
|
||||
socket[i].flags |= IS_REGISTERED;
|
||||
|
||||
#if 0 /* driver model ordering issue */
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_info);
|
||||
class_device_create_file(&socket[i].socket.dev,
|
||||
&class_device_attr_exca);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Finally, schedule a polling interrupt */
|
||||
|
|
Загрузка…
Ссылка в новой задаче