[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1459327830-19829-3-git-send-email-qiang.zhao@nxp.com>
Date: Wed, 30 Mar 2016 16:50:28 +0800
From: Zhao Qiang <qiang.zhao@....com>
To: <davem@...emloft.net>
CC: <akpm@...ux-foundation.org>, <gregkh@...uxfoundation.org>,
<oss@...error.net>, <xiaobo.xie@....com>,
<linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
<linuxppc-dev@...ts.ozlabs.org>, Zhao Qiang <qiang.zhao@....com>
Subject: [PATCH 3/5] fsl/qe: Make regs resouce_size_t
Signed-off-by: Zhao Qiang <qiang.zhao@....com>
---
include/soc/fsl/qe/ucc_fast.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/soc/fsl/qe/ucc_fast.h b/include/soc/fsl/qe/ucc_fast.h
index b2633b7..e898895 100644
--- a/include/soc/fsl/qe/ucc_fast.h
+++ b/include/soc/fsl/qe/ucc_fast.h
@@ -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;
--
2.1.0.27.g96db324
Powered by blists - more mailing lists