1
0
Fork 0
alistair23-linux/drivers/soc/bcm
Florian Fainelli 0a12e80ce4 soc: bcm: raspberrypi-power: Fix use of __packed
Commit a09cd35658 ("ARM: bcm2835: add rpi power domain driver")
attempted to annotate the structure rpi_power_domain_packet with
__packed but introduced a typo and made it named __packet instead. Just
drop the annotation since the structure is naturally aligned already.

Fixes: a09cd35658 ("ARM: bcm2835: add rpi power domain driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2018-04-16 15:15:23 -07:00
..
brcmstb soc: bcm: brcmstb: Be multi-platform compatible 2018-01-15 15:47:07 +01:00
Kconfig soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM) 2017-09-25 11:46:48 -07:00
Makefile soc: Move brcmstb to bcm/brcmstb 2016-05-31 11:06:34 -07:00
raspberrypi-power.c soc: bcm: raspberrypi-power: Fix use of __packed 2018-04-16 15:15:23 -07:00