diff options
author | Joe Perches <joe@perches.com> | 2012-07-30 17:40:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:25:13 -0400 |
commit | 0cc41e4a21d43695154fe6a151abf3b6f27b0bb0 (patch) | |
tree | e4636c0a1a00d1119f6a81e172ab3cb7b02120be /arch/arm/lib | |
parent | 314ba3520e513a78be80e8c2ddbd65c91e78a114 (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')
-rw-r--r-- | arch/arm/lib/io-acorn.S | 3 |
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 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | #include <linux/linkage.h> | 13 | #include <linux/linkage.h> |
14 | #include <linux/kern_levels.h> | ||
14 | #include <asm/assembler.h> | 15 | #include <asm/assembler.h> |
15 | 16 | ||
16 | .text | 17 | .text |
17 | .align | 18 | .align |
18 | 19 | ||
19 | .Liosl_warning: | 20 | .Liosl_warning: |
20 | .ascii "<4>insl/outsl not implemented, called from %08lX\0" | 21 | .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0" |
21 | .align | 22 | .align |
22 | 23 | ||
23 | /* | 24 | /* |