Skip to content

Commit

Permalink
fsl/qe: Make regs resouce_size_t
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
ZhaoQiang-b45475 authored and davem330 committed Jun 7, 2016
1 parent bb8b206 commit 19163ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/soc/fsl/qe/ucc_fast.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct ucc_fast_info {
enum qe_clock tx_clock;
enum qe_clock rx_sync;
enum qe_clock tx_sync;
u32 regs;
resource_size_t regs;
int irq;
u32 uccm_mask;
int bd_mem_part;
Expand Down

0 comments on commit 19163ac

Please sign in to comment.