commit | e2e6b7b7d64baeac1c38fa5eb0d3ec85f3d123f5 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Thu Dec 05 12:06:54 2013 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Jan 13 23:13:31 2014 -0800 |
tree | f589b2685186c9203919cf1af8a5b975df84c620 | |
parent | 8429bb3975ef81c114cde4da111e64d224d19f83 [diff] |
mtd: nand: use __packed shorthand To be consistent with the rest of include/linux/mtd/nand.h, we should use the __packed shorthand instead of __attribute__((packed)). Signed-off-by: Brian Norris <computersforpeace@gmail.com> Acked-by: Huang Shijie <b32955@freescale.com>