From 97f6c50792d99541ef99e7d9003c8c2ea2e10c97 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Fri, 24 Sep 2010 23:50:16 -0700 Subject: [PATCH] --- yaml --- r: 219983 b: refs/heads/master c: 233aa49b8c1cb9276ca4316c61e324f697a19ce2 h: refs/heads/master i: 219981: a751ccc851558c698b42bb22c3d31fc26a01e486 219979: 7f16340c0a00556c27cfb3d7d4d8bc98b3a99491 219975: 71d6766673aa8174a6258bcd25f2ebd968dd8f51 219967: ef151bbcaf605c001d23f78d45cb845443299c1b v: v3 --- [refs] | 2 +- trunk/drivers/staging/olpc_dcon/olpc_dcon.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 1df945a890ad..a924ab74f201 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ae48363ee2134141c0c661a57be213fc5d98cee +refs/heads/master: 233aa49b8c1cb9276ca4316c61e324f697a19ce2 diff --git a/trunk/drivers/staging/olpc_dcon/olpc_dcon.c b/trunk/drivers/staging/olpc_dcon/olpc_dcon.c index 808273db773c..287085f32bf0 100644 --- a/trunk/drivers/staging/olpc_dcon/olpc_dcon.c +++ b/trunk/drivers/staging/olpc_dcon/olpc_dcon.c @@ -214,12 +214,6 @@ static int dcon_bus_stabilize(struct i2c_client *client, int is_powered_down) return 0; } - -/* Backlight notes - turning off the backlight enable bit in the DCON - * doesn't save us any power over just pushing the BL to zero, so we - * don't use that bit in this code. - */ - static int dcon_get_backlight(void) { if (dcon_client == NULL)