Commit 73b60eb4 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Remove compile warning from drivers_ide_pci_generic.h

From:  Bob Miller <rem@osdl.org>

  Added and #if/#endif pair to "remove" the un-used unknown_chipset declaration.

  Comments in generic.c indicate that unknow_chipset this will be used again
  in the future.
parent 2b72c1ec
...@@ -135,6 +135,7 @@ static ide_pci_device_t generic_chipsets[] __devinitdata = { ...@@ -135,6 +135,7 @@ static ide_pci_device_t generic_chipsets[] __devinitdata = {
} }
}; };
#if 0
static ide_pci_device_t unknown_chipset[] __devinitdata = { static ide_pci_device_t unknown_chipset[] __devinitdata = {
{ /* 0 */ { /* 0 */
.vendor = 0, .vendor = 0,
...@@ -157,5 +158,6 @@ static ide_pci_device_t unknown_chipset[] __devinitdata = { ...@@ -157,5 +158,6 @@ static ide_pci_device_t unknown_chipset[] __devinitdata = {
} }
}; };
#endif
#endif /* IDE_GENERIC_H */ #endif /* IDE_GENERIC_H */
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