Commit e3b4a0e0 authored by Andrew Morton's avatar Andrew Morton Committed by Kai Germaschewski

[PATCH] de4x5 compile fix

Move the definition of version[] down to where __initdata has been defined.
parent 2cece07e
...@@ -440,8 +440,6 @@ ...@@ -440,8 +440,6 @@
========================================================================= =========================================================================
*/ */
static char version[] __initdata = "de4x5.c:V0.546 2001/02/22 davies@maniac.ultranet.com\n";
#include <linux/config.h> #include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -477,6 +475,8 @@ static char version[] __initdata = "de4x5.c:V0.546 2001/02/22 davies@maniac.ultr ...@@ -477,6 +475,8 @@ static char version[] __initdata = "de4x5.c:V0.546 2001/02/22 davies@maniac.ultr
#include "de4x5.h" #include "de4x5.h"
static char version[] __initdata = "de4x5.c:V0.546 2001/02/22 davies@maniac.ultranet.com\n";
#define c_char const char #define c_char const char
#define TWIDDLE(a) (u_short)le16_to_cpu(get_unaligned((u_short *)(a))) #define TWIDDLE(a) (u_short)le16_to_cpu(get_unaligned((u_short *)(a)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment