Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c819cc73 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: mach-edosk7705: Kill off machtype, consolidate board def.



Trivial shuffling and tidying.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c1cfed3c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx
machdir-$(CONFIG_SH_DREAMCAST)			+= mach-dreamcast
machdir-$(CONFIG_SH_SH03)			+= mach-sh03
machdir-$(CONFIG_SH_RTS7751R2D)			+= mach-r2d
machdir-$(CONFIG_SH_EDOSK7705)			+= mach-edosk7705
machdir-$(CONFIG_SH_HIGHLANDER)			+= mach-highlander
machdir-$(CONFIG_SH_MIGOR)			+= mach-migor
machdir-$(CONFIG_SH_AP325RXA)			+= mach-ap325rxa
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ obj-$(CONFIG_SH_SH2007) += board-sh2007.o
obj-$(CONFIG_SH_SH7785LCR)	+= board-sh7785lcr.o
obj-$(CONFIG_SH_URQUELL)	+= board-urquell.o
obj-$(CONFIG_SH_SHMIN)		+= board-shmin.o
obj-$(CONFIG_SH_EDOSK7705)	+= board-edosk7705.o
obj-$(CONFIG_SH_EDOSK7760)	+= board-edosk7760.o
obj-$(CONFIG_SH_ESPT)		+= board-espt.o
obj-$(CONFIG_SH_POLARIS)	+= board-polaris.o
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/smc91x.h>
#include <mach/edosk7705.h>
#include <asm/machvec.h>
#include <asm/sizes.h>

+0 −5
Original line number Diff line number Diff line
#
# Makefile for the EDOSK7705 specific parts of the kernel
#

obj-y	 := setup.o
+0 −7
Original line number Diff line number Diff line
#ifndef __ASM_SH_EDOSK7705_H
#define __ASM_SH_EDOSK7705_H

#define __IO_PREFIX sh_edosk7705
#include <asm/io_generic.h>

#endif /* __ASM_SH_EDOSK7705_H */