daisy: fix a bug in the GPIO enum listing

These GPIOs should have been removed in fd5d6c.

BUG=Yes.
TEST=built a new image and booted Daisy-EVT1

Signed-off-by: David Hendricks <dhendrix@chromium.org>

Change-Id: Idce4384cdbe548c2e4fe2be8b52e4275445c9f1b
This commit is contained in:
David Hendricks
2012-05-04 14:27:33 -07:00
parent 391925a1cb
commit 7cbb8df538

View File

@@ -57,8 +57,6 @@ enum gpio_signal {
GPIO_KB_OUT10,
GPIO_KB_OUT11,
GPIO_KB_OUT12,
GPIO_I2C_SCL,
GPIO_I2C_SDA,
/* Number of GPIOs; not an actual GPIO */
GPIO_COUNT
};