commit | a09aee8b636a3b2b7b10ad57d60d91e9272e771d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Apr 14 22:43:47 2011 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed May 11 11:09:57 2011 +0200 |
tree | 109ea647a990df912bcb943747e64db65ac71c28 | |
parent | 557f447f21621de9c5447c8702c33b53279822ce [diff] |
mfd: Fix asic3 build error Fix below compile error: CC drivers/mfd/asic3.o drivers/mfd/asic3.c: In function 'asic3_irq_demux': drivers/mfd/asic3.c:147: error: 'irq_data' undeclared (first use in this function) drivers/mfd/asic3.c:147: error: (Each undeclared identifier is reported only once drivers/mfd/asic3.c:147: error: for each function it appears in.) Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>