diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2015-02-03 20:12:17 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-15 19:06:27 -0500 |
commit | 1ea74014aba7cd3ddcc3cf3eef92270d2e8429e8 (patch) | |
tree | f2bcfc4688d8ced765a974c5d8f0e5ba43f60b9e /drivers | |
parent | 5ec662e7a6b8bd266382c8e7a3f236ffc8e1acf9 (diff) |
Input: bfin_rotary - move platform header to linux/platform_data
The platform data definition of the rotary driver should be generic for all
architectures.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/misc/bfin_rotary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/bfin_rotary.c b/drivers/input/misc/bfin_rotary.c index 994f7b0119fe..35ead69521a0 100644 --- a/drivers/input/misc/bfin_rotary.c +++ b/drivers/input/misc/bfin_rotary.c | |||
@@ -12,9 +12,9 @@ | |||
12 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
13 | #include <linux/input.h> | 13 | #include <linux/input.h> |
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <linux/platform_data/bfin_rotary.h> | ||
15 | 16 | ||
16 | #include <asm/portmux.h> | 17 | #include <asm/portmux.h> |
17 | #include <asm/bfin_rotary.h> | ||
18 | 18 | ||
19 | static const u16 per_cnt[] = { | 19 | static const u16 per_cnt[] = { |
20 | P_CNT_CUD, | 20 | P_CNT_CUD, |