]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 18 Aug 2010 16:25:38 +0000 (09:25 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:45 +0000 (10:57 -0400)
commit67e29e2c99fa9fc499dbd826a6eca3e057fdb148
tree5a4b430ff0954ff62af4a5def7947862dc21ac9e
parent1f477eb7ec34c5522caebbdeb49f96868169b4fa
mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y

commit 81ca03a0e2ea0207b2df80e0edcf4c775c07a505 upstream.

This fixes a build breakage introduced by commit 4c2ef25fe0b8 ("mmc: fix
all hangs related to mmc/sd card insert/removal during suspend/resume")

Cc: David Brownell <david-b@pacbell.net>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: linux-mmc@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Maxim Levitsky <maximlevitsky@gmail.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/mmc/core/host.c