9
0
Fork 0
barebox/arch/ppc/include/asm
Sascha Hauer c73c32b72d ppc bitops: Fix compiler warning
Our version of ppc bitops produces the following compiler warnings:

/ptx/work/octopus/WORK_1/sha/u-boot/barebox/arch/ppc/include/asm/bitops.h:
In function 'ext2_find_next_zero_bit':
/ptx/work/octopus/WORK_1/sha/u-boot/barebox/arch/ppc/include/asm/bitops.h:294:
warning: '__swab32p' is static but used in inline function 'ext2_find_next_zero_bit' which is not static

Looking at the kernel ext2_find_next_zero_bit is defined as
generic_find_next_zero_le_bit which is in generic kernel code.

We currently do not need this, so do the very same define to silence the
compiler. If somebody ever needs this function, the resulting error
should give him a hint what to do.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-12-17 13:30:22 +01:00
..
atomic.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
barebox.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bitops.h ppc bitops: Fix compiler warning 2009-12-17 13:30:22 +01:00
byteorder.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
cache.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
common.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
e300.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
elf.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
fsl_i2c.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
global_data.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
io.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
mc146818rtc.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
mmu.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
module.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
pci_io.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
posix_types.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
ppc_asm.tmpl [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
ppc_defs.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
processor.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
ptrace.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
sigcontext.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
signal.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
status_led.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
string.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00
types.h [PPC] move include/asm-ppc to arch/ppc/include/asm 2009-10-22 14:21:29 +02:00