Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187633
b: refs/heads/master
c: e96b234
h: refs/heads/master
i:
  187631: 32d028c
v: v3
  • Loading branch information
Kukjin Kim authored and Ben Dooks committed Jan 27, 2010
1 parent cab386b commit 22e46bb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 28 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: 159a3ddd6c0521b4ab81697b2cf06a903a854862
refs/heads/master: e96b234b7e9d24e50528287b881ca229b7f094b8
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-s5p6440/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ if ARCH_S5P6440

config CPU_S5P6440
bool
select CPU_S5P6440_INIT
select CPU_S5P6440_CLOCK
help
Enable S5P6440 CPU support

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s5p6440/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj- :=

# Core support for S5P6440 system

obj-$(CONFIG_CPU_S5P6440) += cpu.o s5p6440-gpio.o
obj-$(CONFIG_CPU_S5P6440) += cpu.o init.o clock.o gpio.o

# machine support

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* linux/arch/arm/plat-s5p/s5p6440-clock.c
/* linux/arch/arm/mach-s5p6440/clock.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* arch/arm/mach-s5p6440/s5p6440-gpio.c
/* arch/arm/mach-s5p6440/gpio.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/* linux/arch/arm/plat-s5p/s5p6440-init.c
/* linux/arch/arm/mach-s5p6440/init.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* S5P6440 - Init support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
Expand Down
16 changes: 0 additions & 16 deletions trunk/arch/arm/plat-s5p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,3 @@ config PLAT_S5P
select SAMSUNG_IRQ_UART
help
Base platform code for Samsung's S5P series SoC.

if (PLAT_S5P && ARCH_S5P6440)

# Configuration options shared by all S5P64XX implementations

config CPU_S5P6440_INIT
bool
help
Initialisation code for the S5P6440.

config CPU_S5P6440_CLOCK
bool
help
Clock support code for the S5P6440.

endif
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-s5p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ obj-y += cpu.o
obj-y += clock.o
obj-y += irq.o
obj-y += setup-i2c0.o

# CPU support

obj-$(CONFIG_CPU_S5P6440_INIT) += s5p6440-init.o
obj-$(CONFIG_CPU_S5P6440_CLOCK) += s5p6440-clock.o

0 comments on commit 22e46bb

Please sign in to comment.