]> Git Repo - J-u-boot.git/commit - drivers/ata/ahci.c
ahci: fix unaligned access
authorRob Herring <[email protected]>
Sat, 24 Aug 2013 15:10:48 +0000 (10:10 -0500)
committerTom Rini <[email protected]>
Fri, 6 Sep 2013 17:09:07 +0000 (13:09 -0400)
commit48c3a87c0a7026866c014fcc1a55281585fa5a41
treed3a1068e8acf0c5698127c9c5f810276abc9b0f1
parent2915a0223ae9632c9f555809ed20b3257ea47949
ahci: fix unaligned access

gcc 4.7 will generate unaligned accesses to local char arrays, so make
them static to avoid that.

Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
drivers/block/ahci.c
This page took 0.03362 seconds and 4 git commands to generate.