mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
fsl/qe: Make regs resouce_size_t
Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bb8b2062af
commit
19163ac312
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user