]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enter
authorTomasz Figa <tomasz.figa@gmail.com>
Tue, 16 Apr 2013 22:23:59 +0000 (00:23 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Apr 2013 11:59:45 +0000 (13:59 +0200)
commit146c991cb82744fb23eb56b5e72cd7c65b2719ad
treec5cd2187c5674178f8e6aa622cba79aa534363b8
parent0a29c0cacffd17190f11c5bb2ad3433582d4a23c
pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enter

Commit de88cbb7 moved definitions of chained_irq_enter and
chained_irq_exit to a generic header, which must be now included instead
of the legacy arch-specific one.

This patch fixes build error caused by including the legacy header
leading to undefined chained_irq_enter and chained_irq_exit symbols.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-s3c64xx.c