Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e3b4a0e0
Commit
e3b4a0e0
authored
Feb 10, 2003
by
Andrew Morton
Committed by
Kai Germaschewski
Feb 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] de4x5 compile fix
Move the definition of version[] down to where __initdata has been defined.
parent
2cece07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/net/tulip/de4x5.c
drivers/net/tulip/de4x5.c
+2
-2
No files found.
drivers/net/tulip/de4x5.c
View file @
e3b4a0e0
...
...
@@ -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/module.h>
#include <linux/kernel.h>
...
...
@@ -477,6 +475,8 @@ static char version[] __initdata = "de4x5.c:V0.546 2001/02/22 davies@maniac.ultr
#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 TWIDDLE(a) (u_short)le16_to_cpu(get_unaligned((u_short *)(a)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment