From: Anton Vorontsov Date: Thu, 5 Jan 2012 15:17:25 +0000 (+0400) Subject: power_supply: Drop usage of nowarn variant of sysfs_create_link() X-Git-Tag: v3.3-rc1~98^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93278d151e7bd35ccd0e083d7f2d8123cbaf36f8;p=pandora-kernel.git power_supply: Drop usage of nowarn variant of sysfs_create_link() The function is not exported to modules, plus we do want to catch anyone who tries to create complex hierarchy (in that case we'd need to change 'powers' symlink to a directory, probably under a different name to not break ABI). This patch fixes the following build error: ERROR: "sysfs_create_link_nowarn" [drivers/power/power_supply.ko] undefined! Reported-by: Stephen Rothwell Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed