diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-10 19:04:38 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:09:26 -0700 |
commit | a258d159f4d0e1167d038b879164155e4bb8cad2 (patch) | |
tree | e2427d46b41e3e34ce15efc25b00df3e74bfaebc /udev_sysfs.c | |
parent | 97a0e3c06e8a92af3cdf1110fe15cb693be0886a (diff) |
[PATCH] add i2c-dev to the list of devices without a bus
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r-- | udev_sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index 886e9f403b..a11c430df0 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -235,6 +235,7 @@ static int class_device_expect_no_bus(struct sysfs_class_device *class_dev) static char *devices_without_bus[] = { "scsi_host", "i2c-adapter", + "i2c-dev", NULL }; char **device; |