mirror of
https://github.com/linux-msm/rmtfs.git
synced 2025-12-24 22:19:15 +01:00
0d3c49ec5aa27517afec9f18a3afc4b0800e6cbb
This patch addresses the following compiler warnings on unused function:
rmtfs.c:24:22: warning: unused function 'cpu_to_le32' [-Wunused-function]
static inline __le32 cpu_to_le32(uint32_t x) { return htole32(x); }
^
rmtfs.c:25:24: warning: unused function 'le32_to_cpu' [-Wunused-function]
static inline uint32_t le32_to_cpu(__le32 x) { return le32toh(x); }
^
Description
Languages
C
98.4%
Makefile
1.6%