arch: all: Remove legacy code

The struct _kernel_ach exists only because ARC' s port needed it, in
all other ports this was defined as an empty struct. Turns out that
this struct is not required even for ARC anymore, this is a legacy
code from nanokernel time.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2019-04-17 13:15:26 -07:00 committed by Andrew Boie
commit d61c679d43
10 changed files with 0 additions and 54 deletions

View file

@ -6,6 +6,4 @@
#ifndef _KERNEL_ARCH_DATA_H
#define _KERNEL_ARCH_DATA_H
struct _kernel_arch { };
#endif /* _KERNEL_ARCH_DATA_H */