]> git.karo-electronics.de Git - linux-beck.git/commit
staging: ks7010: Use __packed over __attribute__((packed))
authorMatt Kilgore <mattkilgore12@gmail.com>
Tue, 27 Sep 2016 06:05:44 +0000 (02:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 11:03:58 +0000 (13:03 +0200)
commit2460563fb490b8061d614f99b1ce1a470fde4913
tree100cf7d65d352e4e7f991d03705744faee093a41
parent9887b5e51fafaf919601ccb8bdae1e0ad749032f
staging: ks7010: Use __packed over __attribute__((packed))

This replaces uses of __attribute__((packed)) with __packed, which is
recommended to be used over the direct __attribute__.  This patch then
includes <linux/compiler.h> as necessary to use __packed.

Signed-off-by: Matthew Kilgore <mattkilgore12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/eap_packet.h
drivers/staging/ks7010/ks_hostif.h
drivers/staging/ks7010/ks_wlan.h