aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/piix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/piix.c')
-rw-r--r--drivers/ide/pci/piix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/piix.c b/drivers/ide/pci/piix.c
index 9eb411f5c358..7fc3022dcf68 100644
--- a/drivers/ide/pci/piix.c
+++ b/drivers/ide/pci/piix.c
@@ -200,13 +200,12 @@ static void piix_set_dma_mode(ide_drive_t *drive, const u8 speed)
200/** 200/**
201 * init_chipset_ich - set up the ICH chipset 201 * init_chipset_ich - set up the ICH chipset
202 * @dev: PCI device to set up 202 * @dev: PCI device to set up
203 * @name: Name of the device
204 * 203 *
205 * Initialize the PCI device as required. For the ICH this turns 204 * Initialize the PCI device as required. For the ICH this turns
206 * out to be nice and simple. 205 * out to be nice and simple.
207 */ 206 */
208 207
209static unsigned int __devinit init_chipset_ich(struct pci_dev *dev, const char *name) 208static unsigned int __devinit init_chipset_ich(struct pci_dev *dev)
210{ 209{
211 u32 extra = 0; 210 u32 extra = 0;
212 211