mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] trivial iomem annotations: istallion
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4370df9782
commit
29756fa328
2 changed files with 31 additions and 31 deletions
|
@ -100,7 +100,7 @@ typedef struct stlibrd {
|
|||
unsigned int iobase;
|
||||
int iosize;
|
||||
unsigned long memaddr;
|
||||
void *membase;
|
||||
void __iomem *membase;
|
||||
int memsize;
|
||||
int pagesize;
|
||||
int hostoffset;
|
||||
|
@ -113,7 +113,7 @@ typedef struct stlibrd {
|
|||
void (*enable)(struct stlibrd *brdp);
|
||||
void (*reenable)(struct stlibrd *brdp);
|
||||
void (*disable)(struct stlibrd *brdp);
|
||||
char *(*getmemptr)(struct stlibrd *brdp, unsigned long offset, int line);
|
||||
void __iomem *(*getmemptr)(struct stlibrd *brdp, unsigned long offset, int line);
|
||||
void (*intr)(struct stlibrd *brdp);
|
||||
void (*reset)(struct stlibrd *brdp);
|
||||
stliport_t *ports[STL_MAXPORTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue