]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: i8042: Reorder static functions
authorBin Meng <bmeng.cn@gmail.com>
Mon, 24 Aug 2015 08:00:04 +0000 (01:00 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:15 +0000 (07:54 -0700)
commit3928d66a5e7f55a860f2dd150231f51c8cc9d5fc
treedb04915f9267a060347e35e4c7f175b11921bf10
parent5e653b0609cd256572a2e97a8449489ca84de017
x86: i8042: Reorder static functions

Reorder those static function so that their declarations
can be removed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/input/i8042.c