]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite87ceea13e84a0748487ed0f9ccbfbc646966339
treedee3e9f1f773d904538402df628be2f3ff2318b5
parent26d29ea799b200c2499a7b41920c2dbfe710bea7
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