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

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