1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

[PATCH] add i2c-dev to the list of devices without a bus

This commit is contained in:
kay.sievers@vrfy.org 2004-11-10 19:04:38 -08:00 committed by Greg KH
parent 97a0e3c06e
commit a258d159f4

View File

@ -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;