Skip to content

Commit

Permalink
sh: hwblk: Kill off remaining bits of hwblk API.
Browse files Browse the repository at this point in the history
Now that everything has been migrated, kill off the remaining
infrastructure bits.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Nov 18, 2011
1 parent ec20a81 commit cfc806a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 233 deletions.
74 changes: 0 additions & 74 deletions arch/sh/include/asm/hwblk.h

This file was deleted.

3 changes: 0 additions & 3 deletions arch/sh/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ obj-$(CONFIG_SH_ADC) += adc.o
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o

obj-y += irq/ init.o clock.o fpu.o proc.o
ifneq ($(CONFIG_CPU_SUBTYPE_SH7722)$(CONFIG_CPU_SUBTYPE_SH7723)$(CONFIG_CPU_SUBTYPE_SH7724),y)
obj-y += hwblk.o
endif
154 changes: 0 additions & 154 deletions arch/sh/kernel/cpu/hwblk.c

This file was deleted.

2 changes: 0 additions & 2 deletions arch/sh/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <linux/smp.h>
#include <linux/rtc.h>
#include <asm/clock.h>
#include <asm/hwblk.h>
#include <asm/rtc.h>

/* Dummy RTC ops */
Expand Down Expand Up @@ -110,7 +109,6 @@ void __init time_init(void)
if (board_time_init)
board_time_init();

hwblk_init();
clk_init();

late_time_init = sh_late_time_init;
Expand Down

0 comments on commit cfc806a

Please sign in to comment.