aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/include/asm/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/delay.h')
-rw-r--r--arch/hexagon/include/asm/delay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/hexagon/include/asm/delay.h b/arch/hexagon/include/asm/delay.h
index 9ab12e9a872..8933b9b1a3b 100644
--- a/arch/hexagon/include/asm/delay.h
+++ b/arch/hexagon/include/asm/delay.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -21,6 +21,7 @@
#include <asm/param.h>
+extern void __delay(unsigned long cycles);
extern void __udelay(unsigned long usecs);
#define udelay(usecs) __udelay((usecs))