summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorMax Filippov2018-08-14 03:14:14 +0200
committerMax Filippov2018-08-20 21:28:04 +0200
commitfc862ee9976f0490a20b2a2b8ae0c4fbeb7bbf13 (patch)
treee4eb679bc23ded6ed16f75de4cf3fc3cfa51f98c /arch/xtensa/platforms
parentxtensa: move PLATFORM_NR_IRQS to Kconfig (diff)
downloadkernel-qcow2-linux-fc862ee9976f0490a20b2a2b8ae0c4fbeb7bbf13.tar.gz
kernel-qcow2-linux-fc862ee9976f0490a20b2a2b8ae0c4fbeb7bbf13.tar.xz
kernel-qcow2-linux-fc862ee9976f0490a20b2a2b8ae0c4fbeb7bbf13.zip
xtensa: drop unneeded platform/hardware.h headers
platform/hardware.h no longer supply any information for processor.h, vectors.h, setup.c or vmlinux.lds.S, don't include it. This header is now empty in the platforms/iss, so remove it altogether. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r--arch/xtensa/platforms/iss/include/platform/hardware.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/xtensa/platforms/iss/include/platform/hardware.h b/arch/xtensa/platforms/iss/include/platform/hardware.h
deleted file mode 100644
index 254906a89a2b..000000000000
--- a/arch/xtensa/platforms/iss/include/platform/hardware.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * include/asm-xtensa/platform-iss/hardware.h
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 2001 Tensilica Inc.
- */
-
-/*
- * This file contains the default configuration of ISS.
- */
-
-#ifndef _XTENSA_PLATFORM_ISS_HARDWARE_H
-#define _XTENSA_PLATFORM_ISS_HARDWARE_H
-
-#endif /* _XTENSA_PLATFORM_ISS_HARDWARE_H */