Commit de1186a3 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[PATCH 2/8] gcc-3.5 fixes

From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent ec9983b5
......@@ -110,8 +110,8 @@
#endif
extern const struct atmdev_ops fore200e_ops;
extern const struct fore200e_bus fore200e_bus[];
static const struct atmdev_ops fore200e_ops;
static const struct fore200e_bus fore200e_bus[];
static struct fore200e* fore200e_boards = NULL;
......
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