u-boot/arch/arm
Simon Glass 13119bc9fb Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
Sorry if this is already fixed somewhere - I could not find it.

This fixes these warnings:

usb_ohci.c: In function 'submit_control_msg':
usb_ohci.c:1081: warning: dereferencing pointer 'data_buf.76' does break strict-aliasing rules
usb_ohci.c:1081: note: initialized from here
usb_ohci.c:1084: warning: dereferencing pointer 'data_buf.76' does break strict-aliasing rules
usb_ohci.c:1084: note: initialized from here
usb_ohci.c:1087: warning: dereferencing pointer 'data_buf.76' does break strict-aliasing rules
usb_ohci.c:1087: note: initialized from here

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
2011-12-09 10:32:49 +01:00
..
cpu Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c 2011-12-09 10:32:49 +01:00
include/asm arch/arm/include/asm/arch-omap5/clocks.h: Fix GCC 4.2 warnings 2011-12-06 23:59:40 +01:00
lib arm: printf() is not available in some SPL configurations 2011-12-06 23:59:37 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00