projects
/
GitHub
/
LineageOS
/
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:
2cbe19d
)
[PATCH] advansys __iomem annotations
author
Al Viro
<viro@ftp.linux.org.uk>
Tue, 10 Oct 2006 21:44:07 +0000
(22:44 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Oct 2006 22:37:20 +0000
(15:37 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/advansys.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/advansys.c
b/drivers/scsi/advansys.c
index 83695416b2c9a315f9f676f89ad8bbc47ea3866c..587eac920790d0dbcbe930e39ef6516a154242fa 100644
(file)
--- a/
drivers/scsi/advansys.c
+++ b/
drivers/scsi/advansys.c
@@
-3881,7
+3881,7
@@
typedef struct asc_board {
/*
* The following fields are used only for Wide Boards.
*/
- void
*ioremap_addr;
/* I/O Memory remap address. */
+ void
__iomem *ioremap_addr;
/* I/O Memory remap address. */
ushort ioport; /* I/O Port address. */
ADV_CARR_T *orig_carrp; /* ADV_CARR_T memory block. */
adv_req_t *orig_reqp; /* adv_req_t memory block. */