From f87e6d00fbd367f2d61fd600b5f8bd6e39d63f3f Mon Sep 17 00:00:00 2001 From: "ben@fluff.org.uk" Date: Wed, 15 Oct 2008 00:17:16 +0100 Subject: s3cmci: cpufreq support Support for cpu frequency changing. Signed-off-by: Ben Dooks Signed-off-by: Pierre Ossman --- drivers/mmc/host/s3cmci.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/mmc/host/s3cmci.h') diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h index 37d9c60010c9..7e39109587f9 100644 --- a/drivers/mmc/host/s3cmci.h +++ b/drivers/mmc/host/s3cmci.h @@ -67,4 +67,8 @@ struct s3cmci_host { unsigned int ccnt, dcnt; struct tasklet_struct pio_tasklet; + +#ifdef CONFIG_CPU_FREQ + struct notifier_block freq_transition; +#endif }; -- cgit v1.2.3