From: Tomasz Figa Date: Tue, 16 Apr 2013 22:23:59 +0000 (+0200) Subject: pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enter X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~141^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d4262a25966aa34674397ba6b438dc025827ef;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed