From cc263093d35b2b274b52ff182927f5a15634b4b6 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Mon, 22 Oct 2012 16:29:48 -0700 Subject: Clean up keyboard_scan module We only have one scan mask and no capability to change scan masks, so don't reserve space for masks we're not using. BUG=chrome-os-partner:15579 BRANCH=none TEST=type on keyboard; should still work Change-Id: I8ad0c5c894f93c2a79ca646e7666b3279c90a63c Signed-off-by: Randall Spangler Reviewed-on: https://gerrit.chromium.org/gerrit/36347 --- include/keyboard_scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/keyboard_scan.h') diff --git a/include/keyboard_scan.h b/include/keyboard_scan.h index f92e8a3925..63384b10fb 100644 --- a/include/keyboard_scan.h +++ b/include/keyboard_scan.h @@ -11,7 +11,7 @@ #include "common.h" /* Initializes the module. */ -int keyboard_scan_init(void); +void keyboard_scan_init(void); /* Key held down at keyboard-controlled reset boot time. */ enum boot_key { -- cgit v1.2.1