Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221659
b: refs/heads/master
c: f6eec8d
h: refs/heads/master
i:
  221657: 4781618
  221655: f206f88
v: v3
  • Loading branch information
Paul Mundt committed Oct 29, 2010
1 parent 8619651 commit 9993791
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39c11984a4f36bd1ce7f90f7506824955f0f4863
refs/heads/master: f6eec8d66400714e47add3d8341688a1e86c5de9
1 change: 0 additions & 1 deletion trunk/arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se
machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx
machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast
machdir-$(CONFIG_SH_SH03) += mach-sh03
machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear
machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d
machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh
machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/boards/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Specific board support, not covered by a mach group.
#
obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
obj-$(CONFIG_SH_SECUREEDGE5410) += board-secureedge5410.o
obj-$(CONFIG_SH_SH2007) += board-sh2007.o
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
obj-$(CONFIG_SH_URQUELL) += board-urquell.o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/module.h>
#include <linux/sched.h>
#include <asm/machvec.h>
#include <mach/snapgear.h>
#include <mach/secureedge5410.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <cpu/timer.h>
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sh/boards/mach-snapgear/Makefile

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1302.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#ifdef CONFIG_SH_SECUREEDGE5410
#include <asm/rtc.h>
#include <mach/snapgear.h>
#include <mach/secureedge5410.h>

#define RTC_RESET 0x1000
#define RTC_IODATA 0x0800
Expand Down

0 comments on commit 9993791

Please sign in to comment.