Remove packed when not needed

This commit is contained in:
TuxSH
2018-05-20 22:57:25 +02:00
parent 57ff5e694a
commit 4ec7d0fc82
6 changed files with 6 additions and 6 deletions

View File

@@ -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;