Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1629)

Unified Diff: arch/arm/mach-tegra/board-seaboard.c

Issue 6902105: cyapa_i2c_platform_data: remove relative mode and polling mode options Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.38
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c
index 090ae201153aa6fdb87f7095e9b43ec65aa183d9..b52eec18d314ec75bb4a551baf3b19fce0ad274a 100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -206,8 +206,6 @@ static struct cyapa_platform_data cyapa_i2c_platform_data = {
.flag = 0,
.gen = CYAPA_GEN2,
.power_state = CYAPA_PWR_ACTIVE,
- .use_absolute_mode = false,
- .use_polling_mode = false,
.polling_interval_time_active = CYAPA_ACTIVE_POLLING_INTVAL_TIME,
.polling_interval_time_lowpower = CYAPA_LOWPOWER_POLLING_INTVAL_TIME,
.active_touch_timeout = CYAPA_ACTIVE_TOUCH_TIMEOUT,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698