Messages in this thread Patch in this message |  | | | From | Joe Perches <> | | Subject | [PATCH 3/6] MAINTAINERS: Update HIGH RESOLUTION TIMERS patterns | | Date | Wed, 1 Jun 2011 10:59:11 -0700 |
| |
clockchips.h was typoed as clockevents.h
cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Joe Perches <joe@perches.com> --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5d43f2b..ab6340f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2993,7 +2993,7 @@ F: kernel/hrtimer.c F: kernel/time/clockevents.c F: kernel/time/tick*.* F: kernel/time/timer_*.c -F: include/linux/clockevents.h +F: include/linux/clockchips.h F: include/linux/hrtimer.h HIGH-SPEED SCC DRIVER FOR AX.25 -- 1.7.5.rc3.dirty
|  |