habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64
authorOded Gabbay <oded.gabbay@gmail.com>
Thu, 8 Aug 2019 14:00:54 +0000 (17:00 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Thu, 5 Sep 2019 11:55:27 +0000 (14:55 +0300)
commitabca3a8224410ce5d9ddc84653bed55074b7b400
treeda01da2a02a146d4fa7e56863028f0c7eb7d7641
parent129b6a9324ad8bdf0973a5441763e29bd4e91663
habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64

In some files the code use __cpu_to_le32/64 while in other it use
cpu_to_le32/64. Replace all __cpu_to_le32/64 instances with
cpu_to_le32/64 for consistency.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/debugfs.c
drivers/misc/habanalabs/hw_queue.c
drivers/misc/habanalabs/hwmon.c
drivers/misc/habanalabs/irq.c
drivers/misc/habanalabs/sysfs.c