From: Ohad Ben-Cohen Date: Sat, 2 Oct 2010 11:54:09 +0000 (+0200) Subject: mmc: sdio: use the generic runtime PM handlers X-Git-Tag: v2.6.37-rc1~65^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80fd933c44557c5261b80f8f8145b4fe071aeaf3;p=pandora-kernel.git mmc: sdio: use the generic runtime PM handlers Assign the generic runtime PM handlers for SDIO. These handlers invoke the relevant SDIO function drivers' handlers, if exist, otherwise they just return success (so SDIO drivers don't have to define any runtime PM handlers unless they need to). Runtime PM is still disabled by default, so this patch alone has no immediate effect. Signed-off-by: Ohad Ben-Cohen Tested-by: Luciano Coelho Signed-off-by: Chris Ball --- Reading git-diff-tree failed