Files
linux/drivers
Giedrius Statkevičius f4bf6b3430 staging: ft1000: convert pack pragma to __packed
Convert a Microsoft compiler specific directive "#pragma pack(1)" to a
GCC equivalent __packed. Also, by doing this we save
ourselves from trouble if any other struct definitions are added after
the #pragma because it will be applied to all of the definitions
following it.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-07-14 19:52:39 -07:00
..
2015-06-10 22:46:34 -07:00
2015-06-13 08:44:14 -07:00
2015-06-19 01:18:43 +02:00