alistair23-linux/drivers/i2c
Jean Delvare cdcb192197 [PATCH] I2C: inline i2c_adapter_id
We could inline i2c_adapter_id, as it is really, really short. Doing
so saves a few bytes both in i2c-core and in the drivers using this
function.

                                            before     after      diff
drivers/hwmon/adm1026.ko                     41344     41305       -39
drivers/hwmon/asb100.ko                      27325     27246       -79
drivers/hwmon/gl518sm.ko                     20824     20785       -39
drivers/hwmon/it87.ko                        26419     26380       -39
drivers/hwmon/lm78.ko                        21424     21385       -39
drivers/hwmon/lm85.ko                        41034     40939       -95
drivers/hwmon/w83781d.ko                     39561     39514       -47
drivers/hwmon/w83792d.ko                     32979     32932       -47
drivers/i2c/i2c-core.ko                      24708     24531      -177

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-09-05 09:14:15 -07:00
..
algos [PATCH] I2C: Strip trailing whitespace from strings 2005-07-11 14:10:36 -07:00
busses [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9) 2005-09-05 09:14:10 -07:00
chips [PATCH] I2C: refactor message in i2c_detach_client 2005-09-05 09:14:14 -07:00
i2c-core.c [PATCH] I2C: inline i2c_adapter_id 2005-09-05 09:14:15 -07:00
i2c-dev.c [PATCH] I2C: Spelling fixes for drivers/i2c/i2c-dev.c 2005-06-21 21:52:00 -07:00
i2c-sensor-detect.c [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (6/9) 2005-09-05 09:14:11 -07:00
i2c-sensor-vid.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00