From a0d4262a25966aa34674397ba6b438dc025827ef Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Wed, 17 Apr 2013 00:23:59 +0200 Subject: [PATCH] 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-format-patch failed