summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-31 08:49:54 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-10-12 21:53:04 +0100
commite8e9b9e58856b68f1c51dd2d12695548618af3c4 (patch)
tree5233b68d4ce1fcf048b9227a39f030dddeb88204 /arch/arm/mach-sa1100/include
parent1224c7145d8c810e4bc113cc2e348e68a4682a73 (diff)
ARM: sa1100/cerf: move cerf header file
Nothing outside arch/arm/mach-sa1100 needs the cerf header file, so move it into that directory. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/include')
-rw-r--r--arch/arm/mach-sa1100/include/mach/cerf.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/cerf.h b/arch/arm/mach-sa1100/include/mach/cerf.h
deleted file mode 100644
index f629fc478093..000000000000
--- a/arch/arm/mach-sa1100/include/mach/cerf.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * arch/arm/mach-sa1100/include/mach/cerf.h
- *
- * Apr-2003 : Removed some old PDA crud [FB]
- */
-#ifndef _INCLUDE_CERF_H_
-#define _INCLUDE_CERF_H_
-
-#define CERF_ETH_IO 0xf0000000
-#define CERF_ETH_IRQ IRQ_GPIO26
-
-#endif // _INCLUDE_CERF_H_