diff mbox

Input: imx_keypad -Remove obsolete commment

Message ID 1392668796-32280-1-git-send-email-festevam@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fabio Estevam Feb. 17, 2014, 8:26 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

Since commit 81e8f2bc (Input: imx_keypad - add pm suspend and resume support)
the imx_keypad driver supports power management, so remove the obsolete comment.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/input/keyboard/imx_keypad.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/input/keyboard/imx_keypad.c b/drivers/input/keyboard/imx_keypad.c
index cbf4f80..80091c2 100644
--- a/drivers/input/keyboard/imx_keypad.c
+++ b/drivers/input/keyboard/imx_keypad.c
@@ -6,7 +6,6 @@ 
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  *
- * <<Power management needs to be implemented>>.
  */
 
 #include <linux/clk.h>