aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ali1535.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-12-06 17:06:23 +0100
committerJean Delvare <khali@linux-fr.org>2009-12-06 17:06:23 +0100
commitabe38388e50f4d89726fd0c0cceea61563c7026b (patch)
tree9f0594bf404691f5b1c0bf81f9c56d8ed802edb7 /drivers/i2c/busses/i2c-ali1535.c
parenti2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR (diff)
downloadlinux-dev-abe38388e50f4d89726fd0c0cceea61563c7026b.tar.xz
linux-dev-abe38388e50f4d89726fd0c0cceea61563c7026b.zip
i2c: Add missing __devinit markers to old i2c adapter drivers
These _setup functions are called from _probe so they can be marked __devinit. Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/i2c-ali1535.c')
-rw-r--r--drivers/i2c/busses/i2c-ali1535.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-ali1535.c b/drivers/i2c/busses/i2c-ali1535.c
index d108450df064..8de7d7b87bb0 100644
--- a/drivers/i2c/busses/i2c-ali1535.c
+++ b/drivers/i2c/busses/i2c-ali1535.c
@@ -138,7 +138,7 @@ static unsigned short ali1535_smba;
Note the differences between kernels with the old PCI BIOS interface and
newer kernels with the real PCI interface. In compat.h some things are
defined to make the transition easier. */
-static int ali1535_setup(struct pci_dev *dev)
+static int __devinit ali1535_setup(struct pci_dev *dev)
{
int retval = -ENODEV;
unsigned char temp;