diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2012-05-14 22:54:20 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-20 17:27:06 +0200 |
commit | 6592ebb3979c1ec0e37eb06553ef5ce9d6f5f025 (patch) | |
tree | e472e8a80ebc8328666a78239f69331c3b9c207a /include/linux | |
parent | 83871c00bb43f41d85dd15aba56a83bbb191eabc (diff) | |
download | op-kernel-dev-6592ebb3979c1ec0e37eb06553ef5ce9d6f5f025.zip op-kernel-dev-6592ebb3979c1ec0e37eb06553ef5ce9d6f5f025.tar.gz |
mfd: Add MAX77693 irq handler
This patch supports IRQ handling for MAX77693.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/max77693.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/max77693.h b/include/linux/mfd/max77693.h index 5020b86..1d28ae9 100644 --- a/include/linux/mfd/max77693.h +++ b/include/linux/mfd/max77693.h @@ -31,7 +31,6 @@ #define __LINUX_MFD_MAX77693_H struct max77693_platform_data { - /* IRQ */ int wakeup; }; #endif /* __LINUX_MFD_MAX77693_H */ |