Matthias Weisser | 6052ac8 | 2010-08-09 13:31:49 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2007 |
| 3 | * |
| 4 | * Author : Carsten Schneider, mycable GmbH |
| 5 | * <cs@mycable.de> |
| 6 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Matthias Weisser | 6052ac8 | 2010-08-09 13:31:49 +0200 | [diff] [blame] | 8 | */ |
| 9 | #ifndef __ASM_ARCH_HARDWARE_H |
| 10 | #define __ASM_ARCH_HARDWARE_H |
| 11 | |
Alexey Brodkin | 1ace402 | 2014-02-26 17:47:58 +0400 | [diff] [blame] | 12 | #include <linux/sizes.h> |
Matthias Weisser | 6052ac8 | 2010-08-09 13:31:49 +0200 | [diff] [blame] | 13 | #include <asm/arch/mb86r0x.h> |
| 14 | |
| 15 | #endif |