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:
parent
13dfeba5bd
commit
d61c679d43
10 changed files with 0 additions and 54 deletions
|
@ -6,6 +6,4 @@
|
|||
#ifndef _KERNEL_ARCH_DATA_H
|
||||
#define _KERNEL_ARCH_DATA_H
|
||||
|
||||
struct _kernel_arch { };
|
||||
|
||||
#endif /* _KERNEL_ARCH_DATA_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue