summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cpu_sh7780.h
Commit message (Collapse)AuthorAgeLines
* sh: Remove SCIF/SCI register infomationNobuhiro Iwamatsu2011-01-11-20/+1
| | | | | | | | The register information of SCIF/SCI was compiled by drivers/serial/serial_sh.h. Therefore, these are not necessary. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-13-0/+503
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>