[PATCH] hrtimers: namespace and enum cleanup
- hrtimers did not use the hrtimer_restart enum and relied on the implict int representation. Fix the prototypes and the functions using the enums. - Use seperate name spaces for the enumerations - Convert hrtimer_restart macro to inline function - Add comments No functional changes. [akpm@osdl.org: fix input driver] Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Cc: john stultz <johnstul@us.ibm.com> Cc: Roman Zippel <zippel@linux-m68k.org> Cc: Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/input/touchscreen/ads7846.c 6 additions, 5 deletionsdrivers/input/touchscreen/ads7846.c
- include/linux/hrtimer.h 12 additions, 8 deletionsinclude/linux/hrtimer.h
- include/linux/timer.h 1 addition, 1 deletioninclude/linux/timer.h
- kernel/fork.c 1 addition, 1 deletionkernel/fork.c
- kernel/futex.c 1 addition, 1 deletionkernel/futex.c
- kernel/hrtimer.c 9 additions, 9 deletionskernel/hrtimer.c
- kernel/itimer.c 2 additions, 2 deletionskernel/itimer.c
- kernel/posix-timers.c 7 additions, 6 deletionskernel/posix-timers.c
- kernel/rtmutex.c 1 addition, 1 deletionkernel/rtmutex.c
Loading
Please register or sign in to comment