projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee705db
)
[PATCH] restore __iomem annotations in e1000
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 00:32:40 +0000
(
01:32
+0100)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 26 Sep 2006 00:08:10 +0000
(20:08 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/e1000/e1000_hw.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/e1000/e1000_hw.h
b/drivers/net/e1000/e1000_hw.h
index a170e96251f60ce59401ff1fa53519ed650e9dca..4020acb5500580d6e4a356f788ddbcdb40243b11 100644
(file)
--- a/
drivers/net/e1000/e1000_hw.h
+++ b/
drivers/net/e1000/e1000_hw.h
@@
-1367,8
+1367,8
@@
struct e1000_hw_stats {
/* Structure containing variables used by the shared code (e1000_hw.c) */
struct e1000_hw {
- uint8_t *hw_addr;
- uint8_t *flash_address;
+ uint8_t
__iomem
*hw_addr;
+ uint8_t
__iomem
*flash_address;
e1000_mac_type mac_type;
e1000_phy_type phy_type;
uint32_t phy_init_script;