mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Remove packed when not needed
This commit is contained in:
parent
57ff5e694a
commit
4ec7d0fc82
6 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ enum {
|
|||
|
||||
|
||||
/* Clock/Reset Controller (CLK_RST_CONTROLLER_) regs */
|
||||
struct PACKED tegra_car {
|
||||
struct tegra_car {
|
||||
uint32_t rst_src; /* _RST_SOURCE_0,0x00 */
|
||||
|
||||
uint32_t rst_dev_l;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
/**
|
||||
* Registers in the Misc Pad control region
|
||||
*/
|
||||
struct PACKED tegra_padctl {
|
||||
struct tegra_padctl {
|
||||
/* TODO: support registers before? */
|
||||
uint32_t sdmmc1_control;
|
||||
uint32_t sdmmc3_control;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* Pinmux structures.
|
||||
*/
|
||||
struct PACKED tegra_pinmux {
|
||||
struct tegra_pinmux {
|
||||
uint32_t sdmmc1_clk;
|
||||
uint32_t sdmmc1_cmd;
|
||||
uint32_t sdmmc1_dat3;
|
||||
|
|
|
@ -75,7 +75,7 @@ enum {
|
|||
|
||||
|
||||
/* Clock/Reset Controller (CLK_RST_CONTROLLER_) regs */
|
||||
struct PACKED tegra_car {
|
||||
struct tegra_car {
|
||||
uint32_t rst_src; /* _RST_SOURCE_0,0x00 */
|
||||
|
||||
uint32_t rst_dev_l;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
/**
|
||||
* Registers in the Misc Pad control region
|
||||
*/
|
||||
struct PACKED tegra_padctl {
|
||||
struct tegra_padctl {
|
||||
/* TODO: support registers before? */
|
||||
uint32_t sdmmc1_control;
|
||||
uint32_t sdmmc3_control;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* Pinmux structures.
|
||||
*/
|
||||
struct PACKED tegra_pinmux {
|
||||
struct tegra_pinmux {
|
||||
uint32_t sdmmc1_clk;
|
||||
uint32_t sdmmc1_cmd;
|
||||
uint32_t sdmmc1_dat3;
|
||||
|
|
Loading…
Reference in a new issue