http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0c703
)
make struct velocity_info_tbl *info static
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 20:05:47 +0000
(22:05 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 20:05:47 +0000
(22:05 +0200)
src/drivers/net/via-velocity.h
patch
|
blob
|
history
diff --git
a/src/drivers/net/via-velocity.h
b/src/drivers/net/via-velocity.h
index
e0b8809
..
761cb3d
100644
(file)
--- a/
src/drivers/net/via-velocity.h
+++ b/
src/drivers/net/via-velocity.h
@@
-1204,7
+1204,7
@@
struct velocity_info_tbl {
u32 flags;
};
-struct velocity_info_tbl *info;
+st
atic st
ruct velocity_info_tbl *info;
#define mac_hw_mibs_init(regs) {\
BYTE_REG_BITS_ON(MIBCR_MIBFRZ,&((regs)->MIBCR));\