aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorarrrghhh <arrrghhh@xdandroid.com>2013-08-31 01:15:31 -0600
committerarrrghhh <arrrghhh@xdandroid.com>2013-08-31 01:15:31 -0600
commit3afe058d7eccd99d0f6dd036ac1a36163f8c4434 (patch)
tree44c9dea85275cf01ff20d791cbef221529bb0b28 /drivers
parentca322a3f77e20f3988dbaec53f2d209929c8ab74 (diff)
downloadkernel_samsung_smdk4412-3afe058d7eccd99d0f6dd036ac1a36163f8c4434.zip
kernel_samsung_smdk4412-3afe058d7eccd99d0f6dd036ac1a36163f8c4434.tar.gz
kernel_samsung_smdk4412-3afe058d7eccd99d0f6dd036ac1a36163f8c4434.tar.bz2
Fix kernel build error
Change-Id: I1191517240ae7bcfb2fcbbffc98e22f28e8fa151
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/keyboard/cypress/cypress-touchkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/cypress/cypress-touchkey.c b/drivers/input/keyboard/cypress/cypress-touchkey.c
index ef8a6b8..6c248a4 100644
--- a/drivers/input/keyboard/cypress/cypress-touchkey.c
+++ b/drivers/input/keyboard/cypress/cypress-touchkey.c
@@ -324,7 +324,7 @@ static ssize_t set_touchkey_autocal_testmode(struct device *dev,
tkey_i2c->pdata->power_on(1);
msleep(50);
#if defined(TK_HAS_AUTOCAL)
- touchkey_autocalibration();
+ touchkey_autocalibration(tkey_i2c);
#endif
}
} else {