Skip to content

Commit

Permalink
ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too
Browse files Browse the repository at this point in the history
While <mach/timex.h> isn't used for multi-platform builds since long it
still is for "normal" builds. As the previous patches fix all sites to
not make use of this per-platform file, it can go now for good also for
platforms that are not (yet) converted to multi-platform.

While at it there are no users of CLOCK_TICK_RATE any more, so also drop
the dummy #define.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Dec 20, 2013
1 parent 5398537 commit 79f08d9
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 678 deletions.
6 changes: 0 additions & 6 deletions arch/arm/include/asm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
#ifndef _ASMARM_TIMEX_H
#define _ASMARM_TIMEX_H

#ifdef CONFIG_ARCH_MULTIPLATFORM
#define CLOCK_TICK_RATE 1000000
#else
#include <mach/timex.h>
#endif

typedef unsigned long cycles_t;
#define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })

Expand Down
37 changes: 0 additions & 37 deletions arch/arm/mach-at91/include/mach/timex.h

This file was deleted.

2 changes: 0 additions & 2 deletions arch/arm/mach-clps711x/include/mach/timex.h

This file was deleted.

22 changes: 0 additions & 22 deletions arch/arm/mach-davinci/include/mach/timex.h

This file was deleted.

9 changes: 0 additions & 9 deletions arch/arm/mach-dove/include/mach/timex.h

This file was deleted.

19 changes: 0 additions & 19 deletions arch/arm/mach-ebsa110/include/mach/timex.h

This file was deleted.

5 changes: 0 additions & 5 deletions arch/arm/mach-ep93xx/include/mach/timex.h

This file was deleted.

29 changes: 0 additions & 29 deletions arch/arm/mach-exynos/include/mach/timex.h

This file was deleted.

18 changes: 0 additions & 18 deletions arch/arm/mach-footbridge/include/mach/timex.h

This file was deleted.

13 changes: 0 additions & 13 deletions arch/arm/mach-gemini/include/mach/timex.h

This file was deleted.

26 changes: 0 additions & 26 deletions arch/arm/mach-integrator/include/mach/timex.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/mach-iop13xx/include/mach/timex.h

This file was deleted.

6 changes: 0 additions & 6 deletions arch/arm/mach-iop32x/include/mach/timex.h

This file was deleted.

6 changes: 0 additions & 6 deletions arch/arm/mach-iop33x/include/mach/timex.h

This file was deleted.

16 changes: 0 additions & 16 deletions arch/arm/mach-ixp4xx/include/mach/timex.h

This file was deleted.

10 changes: 0 additions & 10 deletions arch/arm/mach-kirkwood/include/mach/timex.h

This file was deleted.

21 changes: 0 additions & 21 deletions arch/arm/mach-ks8695/include/mach/timex.h

This file was deleted.

28 changes: 0 additions & 28 deletions arch/arm/mach-lpc32xx/include/mach/timex.h

This file was deleted.

13 changes: 0 additions & 13 deletions arch/arm/mach-mmp/include/mach/timex.h

This file was deleted.

21 changes: 0 additions & 21 deletions arch/arm/mach-msm/include/mach/timex.h

This file was deleted.

9 changes: 0 additions & 9 deletions arch/arm/mach-mv78xx0/include/mach/timex.h

This file was deleted.

20 changes: 0 additions & 20 deletions arch/arm/mach-netx/include/mach/timex.h

This file was deleted.

5 changes: 0 additions & 5 deletions arch/arm/mach-omap1/include/mach/timex.h

This file was deleted.

5 changes: 0 additions & 5 deletions arch/arm/mach-omap2/include/mach/timex.h

This file was deleted.

11 changes: 0 additions & 11 deletions arch/arm/mach-orion5x/include/mach/timex.h

This file was deleted.

Loading

0 comments on commit 79f08d9

Please sign in to comment.