From: Zhang Rui Date: Wed, 25 Sep 2013 12:39:49 +0000 (+0800) Subject: ideapad_laptop: remove ideapad_handle and ideapad_priv X-Git-Tag: v3.13-rc1~96^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331e0ea243ed15bbf0958f46861505f2065e99f8;p=pandora-kernel.git ideapad_laptop: remove ideapad_handle and ideapad_priv The current code use ideapad_handle and ideapad_priv to store some information for the ideapad device. But as they are global/static variables, the driver will be broken if there are more than one ideapad ACPI device node on a platform. Although this does not happen for now and may not happen in the future, but still, this is a software bug. Remove these two variables in this patch. Signed-off-by: Zhang Rui CC: Matthew Garrett CC: Ike Panhc Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed