Skip to content

Commit

Permalink
Input: ep93xx_keypad - add missing include of linux/module.h
Browse files Browse the repository at this point in the history
ep93xx_keypad.c uses interfaces from linux/module.h,
so it should include that file.  This patch fixes build errors.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Aug 21, 2011
1 parent 2782a35 commit b9cc510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/keyboard/ep93xx_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* flag.
*/

#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/clk.h>
Expand Down

0 comments on commit b9cc510

Please sign in to comment.