net: if: Bring back __net_if_align

The __net_if_align was removed in earlier commits but it needs
to come back as in some arch the alignment of net_if section
will be wrong.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2018-03-27 17:59:23 +03:00
parent b2570d2a55
commit adb05df4ca

View file

@ -374,7 +374,7 @@ struct net_if {
/** Network interface instance configuration */
struct net_if_config config;
};
} __net_if_align;
/**
* @brief Send a packet through a net iface