You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Dominik Brodowski
parent
801421eb73
commit
221f7edb73
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user