summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/machine_kexec.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@nuerscht.ch>2006-06-26 18:57:34 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-26 18:57:34 +0200
commit2efe55a9cec8418f0e0cde3dc3787a42fddc4411 (patch)
tree5550d6ee925ced2f2b168569fea7fb3e87ea51f0 /arch/s390/kernel/machine_kexec.c
parent48a1204c462985378e02b4c5129901f3dbc93f80 (diff)
downloadop-kernel-dev-2efe55a9cec8418f0e0cde3dc3787a42fddc4411.zip
op-kernel-dev-2efe55a9cec8418f0e0cde3dc3787a42fddc4411.tar.gz
Storage class should be first
Storage class should be before const Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/s390/kernel/machine_kexec.c')
-rw-r--r--arch/s390/kernel/machine_kexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/kernel/machine_kexec.c b/arch/s390/kernel/machine_kexec.c
index bad81b5..fbde6a9 100644
--- a/arch/s390/kernel/machine_kexec.c
+++ b/arch/s390/kernel/machine_kexec.c
@@ -27,8 +27,8 @@ static void kexec_halt_all_cpus(void *);
typedef void (*relocate_kernel_t) (kimage_entry_t *, unsigned long);
-const extern unsigned char relocate_kernel[];
-const extern unsigned long long relocate_kernel_len;
+extern const unsigned char relocate_kernel[];
+extern const unsigned long long relocate_kernel_len;
int
machine_kexec_prepare(struct kimage *image)
OpenPOWER on IntegriCloud