Commit 10f024fd authored by Linus Torvalds's avatar Linus Torvalds

Remove unused variable

parent a6efb709
...@@ -1080,8 +1080,6 @@ int ide_register_subdriver(struct ata_device *drive, struct ata_operations *driv ...@@ -1080,8 +1080,6 @@ int ide_register_subdriver(struct ata_device *drive, struct ata_operations *driv
*/ */
int ide_unregister_subdriver(struct ata_device *drive) int ide_unregister_subdriver(struct ata_device *drive)
{ {
unsigned long flags;
#if 0 #if 0
if (__MOD_IN_USE(ata_ops(drive)->owner)) if (__MOD_IN_USE(ata_ops(drive)->owner))
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment