diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-21 18:23:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 17:02:15 -0400 |
commit | a9d1b24d91f91b77db3da8aeacb414764f789b9c (patch) | |
tree | a7400c6154b7e5b6839b3c25fecc2daac75c4a2b /include/linux/i2c.h | |
parent | 0dc9a32d9a975ccd25b9f531451165c93e1c7313 (diff) |
[PATCH] I2C: add i2c module alias for i2c drivers to use
This is the start of adding hotplug-like support for i2c devices.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 32977fb1d99a..f88577ca3b3a 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/module.h> | 29 | #include <linux/module.h> |
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | #include <linux/i2c-id.h> | 31 | #include <linux/i2c-id.h> |
32 | #include <linux/mod_devicetable.h> | ||
32 | #include <linux/device.h> /* for struct device */ | 33 | #include <linux/device.h> /* for struct device */ |
33 | #include <asm/semaphore.h> | 34 | #include <asm/semaphore.h> |
34 | 35 | ||