summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-08-09 11:36:38 +0200
committerThomas Gleixner <tglx@linutronix.de>2009-08-15 23:00:01 +0200
commitf0a70874ec0f4d70e53e19b50922cb24a9e80008 (patch)
treeeb9e384011f6f0615e7acaaa128f0ffc46d2ea40 /mm
parentb46fe5710dee18042a0f333e3709cd7af79acd97 (diff)
downloadlwn-f0a70874ec0f4d70e53e19b50922cb24a9e80008.tar.gz
lwn-f0a70874ec0f4d70e53e19b50922cb24a9e80008.zip
mm: include linux/interrupt.h in mm/bounce.c
This fixes a a build failure for 2.6.31-rc4-rt1 (ARCH=arm, mv78xx0_defconfig and others): mm/bounce.c: In function 'bounce_copy_vec': mm/bounce.c:52: error: implicit declaration of function 'local_irq_save_nort' mm/bounce.c:56: error: implicit declaration of function 'local_irq_restore_nort' Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Jens Axboe <jens.axboe@oracle.com> Cc: Li Zefan <lizf@cn.fujitsu.com> LKML-Reference: <1249810600-21946-1-git-send-email-u.kleine-koenig@pengutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'mm')
-rw-r--r--mm/bounce.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/bounce.c b/mm/bounce.c
index 2fd099cb47ff..4a91eedbf3ac 100644
--- a/mm/bounce.c
+++ b/mm/bounce.c
@@ -13,6 +13,7 @@
#include <linux/init.h>
#include <linux/hash.h>
#include <linux/highmem.h>
+#include <linux/interrupt.h>
#include <asm/tlbflush.h>
#include <trace/events/block.h>