mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 22:55:11 +00:00
[PATCH] advansys __iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
2cbe19d48a
commit
1e0dbafd30
1 changed files with 1 additions and 1 deletions
|
@ -3881,7 +3881,7 @@ typedef struct asc_board {
|
||||||
/*
|
/*
|
||||||
* The following fields are used only for Wide Boards.
|
* 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. */
|
ushort ioport; /* I/O Port address. */
|
||||||
ADV_CARR_T *orig_carrp; /* ADV_CARR_T memory block. */
|
ADV_CARR_T *orig_carrp; /* ADV_CARR_T memory block. */
|
||||||
adv_req_t *orig_reqp; /* adv_req_t memory block. */
|
adv_req_t *orig_reqp; /* adv_req_t memory block. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue