Make struct tegra_pmc not packed
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Definitions of the Tegra PMC.
|
* Definitions of the Tegra PMC.
|
||||||
*/
|
*/
|
||||||
struct PACKED tegra_pmc {
|
struct tegra_pmc {
|
||||||
uint32_t cntrl;
|
uint32_t cntrl;
|
||||||
uint32_t sec_disable;
|
uint32_t sec_disable;
|
||||||
uint32_t pmc_swrst;
|
uint32_t pmc_swrst;
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Definitions of the Tegra PMC.
|
* Definitions of the Tegra PMC.
|
||||||
*/
|
*/
|
||||||
struct PACKED tegra_pmc {
|
struct tegra_pmc {
|
||||||
uint32_t cntrl;
|
uint32_t cntrl;
|
||||||
uint32_t sec_disable;
|
uint32_t sec_disable;
|
||||||
uint32_t pmc_swrst;
|
uint32_t pmc_swrst;
|
||||||
|
|||||||
Reference in New Issue
Block a user