Home
last modified time | relevance | path

Searched hist:ea40a05422bdc87a7af5dc349e8adce59f982e72 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbitops.hea40a05422bdc87a7af5dc349e8adce59f982e72 Sat Dec 08 20:33:44 UTC 2012 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> MIPS: constify address pointer in test_bit()

Fix several warnings when enabling UBIFS on MIPS:

In file included from ubifs.h:2137:0,
from ubifs.c:26:
misc.h: In function 'ubifs_zn_dirty':
misc.h:38:2: warning: passing argument 2 of 'test_bit' discards 'const' qualifier from pointer target type [enabled by default]
../include/asm/bitops.h:569:23: note: expected 'volatile void *' but argument is of type 'const long unsigned int *'

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>