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>
This commit is contained in:
Tobias Klauser
2006-06-26 18:57:34 +02:00
committed by Adrian Bunk
parent 48a1204c46
commit 2efe55a9ce
6 changed files with 12 additions and 12 deletions

View File

@@ -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)