Changeset 5808
- Timestamp:
- 12/09/09 10:00:04 (3 years ago)
- Location:
- lm-sensors/branches/lm-sensors-2.10/kernel/busses
- Files:
-
- 3 modified
-
i2c-ali1535.c (modified) (1 diff)
-
i2c-ali15x3.c (modified) (1 diff)
-
i2c-sis5595.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-2.10/kernel/busses/i2c-ali1535.c
r3291 r5808 146 146 newer kernels with the real PCI interface. In compat.h some things are 147 147 defined to make the transition easier. */ 148 int ali1535_setup(struct pci_dev *ALI1535_dev)148 static int __devinit ali1535_setup(struct pci_dev *ALI1535_dev) 149 149 { 150 150 int error_return = 0; -
lm-sensors/branches/lm-sensors-2.10/kernel/busses/i2c-ali15x3.c
r3149 r5808 137 137 static unsigned short ali15x3_smba = 0; 138 138 139 static int ali15x3_setup(struct pci_dev *ALI15X3_dev)139 static int __devinit ali15x3_setup(struct pci_dev *ALI15X3_dev) 140 140 { 141 141 u16 a; -
lm-sensors/branches/lm-sensors-2.10/kernel/busses/i2c-sis5595.c
r5216 r5808 155 155 newer kernels with the real PCI interface. In compat.h some things are 156 156 defined to make the transition easier. */ 157 int sis5595_setup(struct pci_dev *SIS5595_dev)157 static int __devinit sis5595_setup(struct pci_dev *SIS5595_dev) 158 158 { 159 159 u16 a;
