diff options
author | Andrew Victor <linux@maxim.org.za> | 2008-10-07 15:44:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-09 05:16:00 -0400 |
commit | 8e6c81fe289e90b188203ec1db1dc2f3e992ebde (patch) | |
tree | b4c9929023cfe07c646eeb5ffbcfa7965cb79137 /arch/arm/mach-orion5x/addr-map.c | |
parent | 8d163b3fa52bb532a4d431c195352fcf356b4977 (diff) |
[ARM] 5297/1: [KS8695] Fix two compile-time warnings
Fix two warnings when compiling for the KS8695 processor.
arch/arm/include/asm/dma-mapping.h: In function 'dma_to_virt':
arch/arm/include/asm/dma-mapping.h:40: warning: return makes pointer
from integer without a cast
Section mismatch in reference from the function pcibios_fixup_bus() to
the (unknown reference) .devinit.text:(unknown)
The function pcibios_fixup_bus() references
the (unknown reference) __devinit (unknown).
This is often because pcibios_fixup_bus lacks a __devinit
annotation or the annotation of (unknown) is wrong.
Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion5x/addr-map.c')
0 files changed, 0 insertions, 0 deletions