commit | 48c3a87c0a7026866c014fcc1a55281585fa5a41 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Sat Aug 24 10:10:48 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Fri Sep 06 13:09:07 2013 -0400 |
tree | d3a1068e8acf0c5698127c9c5f810276abc9b0f1 | |
parent | 2915a0223ae9632c9f555809ed20b3257ea47949 [diff] |
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 <rob.herring@calxeda.com> Reviewed-by: Tom Rini <trini@ti.com>