sh: Move voyagergx_reg.h to a more sensible place.
Other boards require this as well, so move it out of the rts7751r2d directory. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#include <linux/pm.h>
|
#include <linux/pm.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/mach/rts7751r2d.h>
|
#include <asm/mach/rts7751r2d.h>
|
||||||
#include <asm/mach/voyagergx_reg.h>
|
#include <asm/voyagergx.h>
|
||||||
|
|
||||||
static struct plat_serial8250_port uart_platform_data[] = {
|
static struct plat_serial8250_port uart_platform_data[] = {
|
||||||
{
|
{
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/irq.h>
|
#include <asm/irq.h>
|
||||||
#include <asm/mach/voyagergx_reg.h>
|
#include <asm/voyagergx.h>
|
||||||
|
|
||||||
static void disable_voyagergx_irq(unsigned int irq)
|
static void disable_voyagergx_irq(unsigned int irq)
|
||||||
{
|
{
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/mach/voyagergx_reg.h>
|
#include <asm/voyagergx.h>
|
||||||
|
|
||||||
static int __init setup_voyagergx(void)
|
static int __init setup_voyagergx(void)
|
||||||
{
|
{
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/* voyagergx_reg.h */
|
/* voyagergx.h */
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/* This program is free software; you can redistribute it and/or modify
|
/* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Reference in New Issue
Block a user