include: arch: remove empty nios2 asm.h

File is empty and being referenced in multiple locations. Remove
completely.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-02 22:28:42 -04:00
commit b0fb9ec61a
4 changed files with 0 additions and 19 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <arch/nios2/asm.h>
#include <kernel_structs.h>
/* exports */

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <arch/nios2/asm.h>
#include <kernel_structs.h>
#include <offsets_short.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <arch/nios2/asm.h>
#include <kernel_structs.h>
#include <offsets_short.h>

View file

@ -1,16 +0,0 @@
/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_H_
#define ZEPHYR_INCLUDE_ARCH_NIOS2_ASM_H_
#include <toolchain.h>
#include <linker/sections.h>
#endif