]> git.baikalelectronics.ru Git - kernel.git/commit
ehea: fix sysfs link compile problem
authorJan-Bernd Themann <ossthema@de.ibm.com>
Fri, 1 Feb 2008 14:37:42 +0000 (15:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2008 12:26:00 +0000 (04:26 -0800)
commit711a9cf3e8d9fc7ae21bb21978704a56e70ba6c0
treedee3e9f1f773d904538402df628be2f3ff2318b5
parentdd50d792e92941c20b34c721ce3ef20c187d6faf
ehea: fix sysfs link compile problem

Due to changes in the struct device_driver there is no direct
access to its kobj any longer. The kobj was used to create
sysfs links between eHEA ethernet devices and the driver.
This patch removes the affected sysfs links to resolve
the build problems.

Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ehea/ehea_main.c