Skip to content

Commit

Permalink
ARM: SAMSUNG: Remove unused plat-samsung/time.c
Browse files Browse the repository at this point in the history
Signed-off-by: Naour Romain <romain.naour@openwide.fr>
Reviewed-by: Tomasz Figa <tomasz.figa@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Romain Naour authored and Kukjin Kim committed Mar 5, 2013
1 parent 6a5a2e3 commit ad38bdd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 292 deletions.
1 change: 0 additions & 1 deletion arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj- :=
# Objects we always build independent of SoC choice

obj-y += init.o cpu.o
obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o
obj-$(CONFIG_SAMSUNG_HRT) += samsung-time.o

obj-$(CONFIG_SAMSUNG_CLOCK) += clock.o
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/plat-samsung/include/plat/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ extern void s3c24xx_init_uartdevs(char *name,
struct s3c24xx_uart_resources *res,
struct s3c2410_uartcfg *cfg, int no);

/* timer for s5pc100 only */

extern void s3c24xx_timer_init(void);

extern struct syscore_ops s3c2410_pm_syscore_ops;
extern struct syscore_ops s3c2412_pm_syscore_ops;
extern struct syscore_ops s3c2416_pm_syscore_ops;
Expand Down
287 changes: 0 additions & 287 deletions arch/arm/plat-samsung/time.c

This file was deleted.

0 comments on commit ad38bdd

Please sign in to comment.