linux/arch/arm/include
Marc Gonzalez 2d618fee69 ARM: 8679/1: bitops: Align prototypes to generic API
include/asm-generic/bitops/find.h declares:

extern unsigned long
find_first_zero_bit(const unsigned long *addr, unsigned long size);

while arch/arm/include/asm/bitops.h declares:

#define find_first_zero_bit(p,sz)	_find_first_zero_bit_le(p,sz)
extern int _find_first_zero_bit_le(const void * p, unsigned size);

Align the arm prototypes to the generic API, to have gcc report
inadequate arguments, such as pointer to u32.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2017-06-18 22:36:33 +01:00
..
asm ARM: 8679/1: bitops: Align prototypes to generic API 2017-06-18 22:36:33 +01:00
debug ARM: brcmstb: Add entry for 7260 2017-03-15 14:57:50 -07:00
uapi/asm Kbuild UAPI header export updates for v4.12 2017-05-10 20:45:36 -07:00