aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/nmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include/asm/nmi.h')
-rw-r--r--arch/blackfin/include/asm/nmi.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/blackfin/include/asm/nmi.h b/arch/blackfin/include/asm/nmi.h
deleted file mode 100644
index 107d23705f46..000000000000
--- a/arch/blackfin/include/asm/nmi.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright 2010 Analog Devices Inc.
- *
- * Licensed under the GPL-2
- */
-
-#ifndef _BFIN_NMI_H_
-#define _BFIN_NMI_H_
-
-#include <linux/nmi.h>
-
-extern void arch_touch_nmi_watchdog(void);
-
-#endif