From bfa8defdd26ed1e5fa2b9c43866ce82d64468fcf Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 8 Mar 2002 00:28:23 +0000 Subject: [PATCH] fixed typo --- src/kernel_patches/linux-2.4.17-ide-power | 2 +- src/kernel_patches/linux-2.4.17-smartcore-p5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel_patches/linux-2.4.17-ide-power b/src/kernel_patches/linux-2.4.17-ide-power index e94589e030..400a4f49af 100644 --- a/src/kernel_patches/linux-2.4.17-ide-power +++ b/src/kernel_patches/linux-2.4.17-ide-power @@ -151,7 +151,7 @@ $Id$ + +struct linuxbios_control controls[] = { +#ifdef CONFIG_LINUXBIOS_PM_SIS503 -+ {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, sis503_off, sis503_reset} ++ {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, sis503_off, sis503_reset}, +#endif +#ifdef CONFIG_LINUXBIOS_PM_PIIX4E + {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, diff --git a/src/kernel_patches/linux-2.4.17-smartcore-p5 b/src/kernel_patches/linux-2.4.17-smartcore-p5 index e94589e030..400a4f49af 100644 --- a/src/kernel_patches/linux-2.4.17-smartcore-p5 +++ b/src/kernel_patches/linux-2.4.17-smartcore-p5 @@ -151,7 +151,7 @@ $Id$ + +struct linuxbios_control controls[] = { +#ifdef CONFIG_LINUXBIOS_PM_SIS503 -+ {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, sis503_off, sis503_reset} ++ {PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503, sis503_off, sis503_reset}, +#endif +#ifdef CONFIG_LINUXBIOS_PM_PIIX4E + {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3,