Skip to content

Commit

Permalink
sh: hd64461 tidying.
Browse files Browse the repository at this point in the history
Kill off the hd64461 io.c, as all of the hd64461 users are now
using the generic I/O routines.

[ hd64461/ moved to hd64461.c by Paul ]

Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kristoffer Ericson authored and Paul Mundt committed Jul 20, 2007
1 parent e6c972f commit 4aafae2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 159 deletions.
3 changes: 1 addition & 2 deletions arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ core-y += $(addprefix arch/sh/boards/, \
endif

# Companion chips
core-$(CONFIG_HD64461) += arch/sh/cchips/hd6446x/hd64461/
core-$(CONFIG_HD64465) += arch/sh/cchips/hd6446x/hd64465/
core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
core-$(CONFIG_VOYAGERGX) += arch/sh/cchips/voyagergx/

cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2
Expand Down
2 changes: 2 additions & 0 deletions arch/sh/cchips/hd6446x/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_HD64461) += hd64461.o
obj-$(CONFIG_HD64465) += hd64465/
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* $Id: setup.c,v 1.5 2004/03/16 00:07:50 lethal Exp $
* Copyright (C) 2000 YAEGASHI Takeshi
* Hitachi HD64461 companion chip support
*/
Expand Down
6 changes: 0 additions & 6 deletions arch/sh/cchips/hd6446x/hd64461/Makefile

This file was deleted.

150 changes: 0 additions & 150 deletions arch/sh/cchips/hd6446x/hd64461/io.c

This file was deleted.

0 comments on commit 4aafae2

Please sign in to comment.