Make struct tegra_pmc not packed

This commit is contained in:
TuxSH 2018-05-20 01:40:23 +02:00
parent 64cdd2e63f
commit c820375a86
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
/**
* Definitions of the Tegra PMC.
*/
struct PACKED tegra_pmc {
struct tegra_pmc {
uint32_t cntrl;
uint32_t sec_disable;
uint32_t pmc_swrst;

View file

@ -29,7 +29,7 @@
/**
* Definitions of the Tegra PMC.
*/
struct PACKED tegra_pmc {
struct tegra_pmc {
uint32_t cntrl;
uint32_t sec_disable;
uint32_t pmc_swrst;