summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h')
-rw-r--r--ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h b/ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h
deleted file mode 100644
index c078dd78..00000000
--- a/ANDROID_3.4.5/arch/blackfin/include/asm/hardirq.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2004-2009 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- */
-
-#ifndef __BFIN_HARDIRQ_H
-#define __BFIN_HARDIRQ_H
-
-#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
-
-extern void ack_bad_irq(unsigned int irq);
-#define ack_bad_irq ack_bad_irq
-
-/* Define until common code gets sane defaults */
-#define HARDIRQ_BITS 9
-
-#include <asm-generic/hardirq.h>
-
-#endif