[PATCH 05/22] Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch replaces "ULONG64" with "u64" in
HostMIBSInterface.h

Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
---
 drivers/staging/bcm/HostMIBSInterface.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h
index 639967a..c389d80 100644
--- a/drivers/staging/bcm/HostMIBSInterface.h
+++ b/drivers/staging/bcm/HostMIBSInterface.h
@@ -44,8 +44,8 @@ typedef union _U_MIBS_IP_ADDRESS {
 } U_MIBS_IP_ADDRESS;
 
 typedef struct _S_MIBS_HOST_INFO {
-	ULONG64	GoodTransmits;
-	ULONG64	GoodReceives;
+	u64	GoodTransmits;
+	u64	GoodReceives;
 	/* this to keep track of the Tx and Rx MailBox Registers. */
 	ULONG	NumDesUsed;
 	ULONG	CurrNumFreeDesc;
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux