Merge branch 'misc' into for-linus

Conflicts:
	arch/arm/kernel/ptrace.c
This commit is contained in:
Russell King
2012-05-21 15:15:24 +01:00
37 changed files with 268 additions and 173 deletions

View File

@@ -42,4 +42,9 @@ struct sys_timer {
extern void timer_tick(void);
struct timespec;
typedef void (*clock_access_fn)(struct timespec *);
extern int register_persistent_clock(clock_access_fn read_boot,
clock_access_fn read_persistent);
#endif