diff options
Diffstat (limited to 'drivers/char/epca.h')
| -rw-r--r-- | drivers/char/epca.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/char/epca.h b/drivers/char/epca.h index 20eeb5a70e1a..456d6c8f94a8 100644 --- a/drivers/char/epca.h +++ b/drivers/char/epca.h | |||
| @@ -128,17 +128,17 @@ struct channel | |||
| 128 | unsigned long c_cflag; | 128 | unsigned long c_cflag; |
| 129 | unsigned long c_lflag; | 129 | unsigned long c_lflag; |
| 130 | unsigned long c_oflag; | 130 | unsigned long c_oflag; |
| 131 | unsigned char *txptr; | 131 | unsigned char __iomem *txptr; |
| 132 | unsigned char *rxptr; | 132 | unsigned char __iomem *rxptr; |
| 133 | unsigned char *tmp_buf; | 133 | unsigned char *tmp_buf; |
| 134 | struct board_info *board; | 134 | struct board_info *board; |
| 135 | struct board_chan *brdchan; | 135 | struct board_chan __iomem *brdchan; |
| 136 | struct digi_struct digiext; | 136 | struct digi_struct digiext; |
| 137 | struct tty_struct *tty; | 137 | struct tty_struct *tty; |
| 138 | wait_queue_head_t open_wait; | 138 | wait_queue_head_t open_wait; |
| 139 | wait_queue_head_t close_wait; | 139 | wait_queue_head_t close_wait; |
| 140 | struct work_struct tqueue; | 140 | struct work_struct tqueue; |
| 141 | struct global_data *mailbox; | 141 | struct global_data __iomem *mailbox; |
| 142 | }; | 142 | }; |
| 143 | 143 | ||
| 144 | struct board_info | 144 | struct board_info |
| @@ -149,8 +149,8 @@ struct board_info | |||
| 149 | unsigned short numports; | 149 | unsigned short numports; |
| 150 | unsigned long port; | 150 | unsigned long port; |
| 151 | unsigned long membase; | 151 | unsigned long membase; |
| 152 | unsigned char __iomem *re_map_port; | 152 | void __iomem *re_map_port; |
| 153 | unsigned char *re_map_membase; | 153 | void __iomem *re_map_membase; |
| 154 | unsigned long memory_seg; | 154 | unsigned long memory_seg; |
| 155 | void ( * memwinon ) (struct board_info *, unsigned int) ; | 155 | void ( * memwinon ) (struct board_info *, unsigned int) ; |
| 156 | void ( * memwinoff ) (struct board_info *, unsigned int) ; | 156 | void ( * memwinoff ) (struct board_info *, unsigned int) ; |
