From: Greg Kroah-Hartman Date: Tue, 20 Jun 2006 20:59:20 +0000 (-0700) Subject: [PATCH] Driver core: add proper symlinks for devices X-Git-Tag: v2.6.18-rc1~858^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a7d305faec364ba973d6c22c9b1e802ef79204;p=pandora-kernel.git [PATCH] Driver core: add proper symlinks for devices We need to create the "compatible" symlinks that class_devices used to create when they were in the class directories so that userspace does not know anything changed at all. Yeah, we have a lot of symlinks now, but we should be able to get rid of them in a year or two... (wishful thinking...) Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed