aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/io-acorn.S
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-07-30 14:40:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-30 17:25:13 -0700
commit0cc41e4a21d43695154fe6a151abf3b6f27b0bb0 (patch)
treee4636c0a1a00d1119f6a81e172ab3cb7b02120be /arch/arm/lib/io-acorn.S
parent314ba3520e513a78be80e8c2ddbd65c91e78a114 (diff)
arch: remove direct definitions of KERN_<LEVEL> uses
Add #include <linux/kern_levels.h> so that the #define KERN_<LEVEL> macros don't have to be duplicated. Signed-off-by: Joe Perches <joe@perches.com> Cc: Kay Sievers <kay.sievers@vrfy.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Kay Sievers <kay@vrfy.org> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/lib/io-acorn.S')
-rw-r--r--arch/arm/lib/io-acorn.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/lib/io-acorn.S b/arch/arm/lib/io-acorn.S
index 1b197ea7aab3..69719bad674d 100644
--- a/arch/arm/lib/io-acorn.S
+++ b/arch/arm/lib/io-acorn.S
@@ -11,13 +11,14 @@
*
*/
#include <linux/linkage.h>
+#include <linux/kern_levels.h>
#include <asm/assembler.h>
.text
.align
.Liosl_warning:
- .ascii "<4>insl/outsl not implemented, called from %08lX\0"
+ .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
.align
/*