diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2015-02-03 17:12:17 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-15 16:06:27 -0800 |
commit | 1ea74014aba7cd3ddcc3cf3eef92270d2e8429e8 (patch) | |
tree | f2bcfc4688d8ced765a974c5d8f0e5ba43f60b9e /drivers/input | |
parent | 5ec662e7a6b8bd266382c8e7a3f236ffc8e1acf9 (diff) | |
download | op-kernel-dev-1ea74014aba7cd3ddcc3cf3eef92270d2e8429e8.zip op-kernel-dev-1ea74014aba7cd3ddcc3cf3eef92270d2e8429e8.tar.gz |
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/input')
-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 994f7b0..35ead69 100644 --- a/drivers/input/misc/bfin_rotary.c +++ b/drivers/input/misc/bfin_rotary.c @@ -12,9 +12,9 @@ #include <linux/platform_device.h> #include <linux/input.h> #include <linux/slab.h> +#include <linux/platform_data/bfin_rotary.h> #include <asm/portmux.h> -#include <asm/bfin_rotary.h> static const u16 per_cnt[] = { P_CNT_CUD, |