diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-02-19 16:38:13 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-09-05 14:49:33 -0400 |
commit | ade9c1a47c811a7ae1c874882ad9178af1ed1098 (patch) | |
tree | 09578bdcec6992bd48d4c35d09498f81212f1956 | |
parent | 9a436d524d3533cd15ed5a189d2237ff1e4e5343 (diff) |
Input: imx_keypad - remove obsolete comment
Since commit 81e8f2bc (Input: imx_keypad - add pm suspend and resume
support) the imx_keypad driver supports power management, so let's remove
the obsolete comment.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | drivers/input/keyboard/imx_keypad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/keyboard/imx_keypad.c b/drivers/input/keyboard/imx_keypad.c index d2ea863d6a45..2165f3dd328b 100644 --- a/drivers/input/keyboard/imx_keypad.c +++ b/drivers/input/keyboard/imx_keypad.c | |||
@@ -5,8 +5,6 @@ | |||
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | * | ||
9 | * <<Power management needs to be implemented>>. | ||
10 | */ | 8 | */ |
11 | 9 | ||
12 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |