Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44693
b: refs/heads/master
c: 994adcc
h: refs/heads/master
i:
  44691: cbb60d5
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 17, 2006
1 parent 36b0592 commit 4cb02e6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 39 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: 92211ac71e189942968af57e5d0aed30083760ef
refs/heads/master: 994adcc36d8c2133fce01f4d3fe4e41007555913
8 changes: 0 additions & 8 deletions trunk/arch/arm/mach-s3c2410/s3c2440.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,9 @@
#include <asm/io.h>
#include <asm/irq.h>

#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-serial.h>
#include <asm/arch/regs-gpio.h>
#include <asm/arch/regs-gpioj.h>
#include <asm/arch/regs-dsc.h>

#include "s3c2440.h"
#include "clock.h"
#include "devs.h"
#include "cpu.h"
#include "pm.h"

static struct sys_device s3c2440_sysdev = {
.cls = &s3c2440_sysclass,
Expand Down
11 changes: 0 additions & 11 deletions trunk/arch/arm/mach-s3c2410/s3c2440.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@
*/

#ifdef CONFIG_CPU_S3C2440

extern int s3c2440_init(void);

extern void s3c2440_map_io(struct map_desc *mach_desc, int size);

extern void s3c2440_init_uarts(struct s3c2410_uartcfg *cfg, int no);

extern void s3c2440_init_clocks(int xtal);

#else
#define s3c2440_init_clocks NULL
#define s3c2440_init_uarts NULL
#define s3c2440_map_io NULL
#define s3c2440_init NULL
#endif
19 changes: 0 additions & 19 deletions trunk/arch/arm/mach-s3c2410/s3c2442.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,11 @@
#include <linux/list.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/serial_core.h>
#include <linux/sysdev.h>
#include <linux/clk.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>

#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/irq.h>

#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-serial.h>
#include <asm/arch/regs-gpio.h>
#include <asm/arch/regs-gpioj.h>
#include <asm/arch/regs-dsc.h>

#include "s3c2442.h"
#include "clock.h"
#include "devs.h"
#include "cpu.h"
#include "pm.h"

static struct sys_device s3c2442_sysdev = {
.cls = &s3c2442_sysclass,
Expand Down

0 comments on commit 4cb02e6

Please sign in to comment.