aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:18 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:11:18 +0000
commit0858b9f5ca2872d93a8cb33207fade4ad06e62df (patch)
tree2b7bf7ee37a4bf61099e4b4b318a16abdc02797d /drivers/i2c
parentce8e0e9b8df08d67a268d82f886ef6dc439940e6 (diff)
tracking-2.6.28-rc2-i2c-rebase-breakage.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-s3c2410.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c
index b632c762d4d..3625ac8a3c5 100644
--- a/drivers/i2c/busses/i2c-s3c2410.c
+++ b/drivers/i2c/busses/i2c-s3c2410.c
@@ -76,8 +76,6 @@ struct s3c24xx_i2c {
#ifdef CONFIG_CPU_FREQ
struct notifier_block freq_transition;
#endif
-
- int suspended;
};
/* default platform data removed, dev should always carry data. */