From 556dcee7b829e5c350c3ffdbdb87a8b15aa3c5d3 Mon Sep 17 00:00:00 2001 From: Jesper Nilsson Date: Tue, 21 Oct 2008 17:45:58 +0200 Subject: [CRIS] Move header files from include to arch/cris/include. Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson --- include/asm-cris/timex.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 include/asm-cris/timex.h (limited to 'include/asm-cris/timex.h') diff --git a/include/asm-cris/timex.h b/include/asm-cris/timex.h deleted file mode 100644 index b92e0e80fe8..00000000000 --- a/include/asm-cris/timex.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * linux/include/asm-cris/timex.h - * - * CRIS architecture timex specifications - */ - -#ifndef _ASM_CRIS_TIMEX_H -#define _ASM_CRIS_TIMEX_H - -#include - -/* - * We don't have a cycle-counter.. but we do not support SMP anyway where this is - * used so it does not matter. - */ - -typedef unsigned long long cycles_t; - -static inline cycles_t get_cycles(void) -{ - return 0; -} - -#endif -- cgit v1.2.3